You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my production app I get the exception Location with the name "CDT" doesn't exist. I also gotten exceptions for Same for EDT and PST. Also I have gotten exceptions for Location with the name "-03" doesn't exist.
In my production app I get the exception
Location with the name "CDT" doesn't exist
. I also gotten exceptions for Same forEDT
andPST
. Also I have gotten exceptions forLocation with the name "-03" doesn't exist
.This is my code:
I'm omporting
'package:timezone/data/latest_all.dart' as tz;
and'package:timezone/timezone.dart' as tz;
CDT and PST seem to be daylight saving timezones.
Is there any recommended way on how to handle these cases?
The text was updated successfully, but these errors were encountered: