Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Community call #264

Open
MarcoGorelli opened this issue Jun 6, 2024 · 1 comment
Open

Community call #264

MarcoGorelli opened this issue Jun 6, 2024 · 1 comment

Comments

@MarcoGorelli
Copy link
Member

MarcoGorelli commented Jun 6, 2024

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:

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))
@MarcoGorelli MarcoGorelli pinned this issue Jun 6, 2024
@anopsy
Copy link
Member

anopsy commented Jun 7, 2024

See you at:
shape: (1,)
Series: '' [datetime[μs, Europe/Amsterdam]]
[
2020-06-07 16:30:00 CEST
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants