*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Commit 2a977f20 authored by David Meyer's avatar David Meyer
Browse files

Move dataframe_utilities off the old API for tzlocal.

Pandas can now handle both APIs natively, so just going to rely on that.
parent c4622049
No related tags found
1 merge request!2Merge from GitHub
......@@ -22,7 +22,7 @@ import runmanager
def asdatetime(timestr):
if isinstance(timestr, bytes):
timestr = timestr.decode('utf-8')
tz = tzlocal.get_localzone().zone
tz = tzlocal.get_localzone()
return pandas.Timestamp(timestr, tz=tz)
def get_nested_dict_from_shot(filepath):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment