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
To find out what time that is for you, you can run:
importpolarsasplfromdatetimeimportdatetimeMY_TIME_ZONE='Europe/London'# replace with your time zoneprint(pl.Series([datetime(2020, 6, 7, 14, 30)], dtype=pl.Datetime('us', 'UTC')).dt.convert_time_zone(MY_TIME_ZONE))
The text was updated successfully, but these errors were encountered:
We'll have our first community call tomorrow, at 14:30 UTC
All welcome to join!
To find out what time that is for you, you can run:
The text was updated successfully, but these errors were encountered: