fixing time zone errors
This commit is contained in:
@@ -1173,6 +1173,7 @@ parsers = {
|
||||
|
||||
|
||||
def get_startdate_time_zone(r, row, startdatetime=None, timezone=''):
|
||||
preserve_timezone = False
|
||||
if timezone != '':
|
||||
preserve_timezone = True
|
||||
if isinstance(startdatetime, str):
|
||||
|
||||
Reference in New Issue
Block a user