Open
Description
We'll have our first community call tomorrow, at 14:30 UTC
- Here's the link: meet.google.com/gcn-hbnx-imn
- Shared calendar: https://calendar.google.com/calendar/embed?src=27ff6dc5f598c1d94c1f6e627a1aaae680e2fac88f848bda1f2c7946ae74d5ab%40group.calendar.google.com&ctz=Europe%2FLondon
All welcome to join!
To find out what time that is for you, you can run:
import polars as pl
from datetime import datetime
MY_TIME_ZONE = 'Europe/London' # replace with your time zone
print(pl.Series([datetime(2020, 6, 7, 14, 30)], dtype=pl.Datetime('us', 'UTC')).dt.convert_time_zone(MY_TIME_ZONE))