Skip to content

Commit

Permalink
Merge pull request pandas-dev#12 in DATA/arctic from tz-comment to ma…
Browse files Browse the repository at this point in the history
…ster

* commit '145f4e5ea86fbe88c4df0a3e22235ed94efc3226':
  Fix tz comment in list_versions
  • Loading branch information
Bounds, Richard (London) committed Oct 22, 2015
2 parents 1c02807 + 145f4e5 commit 398e009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arctic/store/version_store.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def list_versions(self, symbol=None, snapshot=None, latest_only=False):
continue
seen_symbols.add(version['symbol'])
versions.append({'symbol': version['symbol'], 'version': version['version'],
# We return naive datetimes in Local Time.
# We return offset-aware datetimes in Local Time.
'date': ms_to_datetime(datetime_to_ms(version['_id'].generation_time)),
'snapshots': self._find_snapshots(version.get('parent', []))})
return versions
Expand Down

0 comments on commit 398e009

Please sign in to comment.