diff --git a/stackalytics/processor/zanata.py b/stackalytics/processor/zanata.py index 0c67f836c..270f9db08 100644 --- a/stackalytics/processor/zanata.py +++ b/stackalytics/processor/zanata.py @@ -80,7 +80,8 @@ def log(runtime_storage_inst, translation_team_uri): if user_stats_item['savedState'] == 'Translated': record = dict( zanata_id=user_id, - date=user_stats_item['savedDate'], + date=_date_to_timestamp( + user_stats_item['savedDate']), language_code=user_stats_item['localeId'], language=user_stats_item['localeDisplayName'], # Todo: not always consistent to the official name