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
Accept string timestamps with default Europe/Brussels timezone
Client(tz=...) sets a default timezone (Europe/Brussels) so users
can pass plain date strings instead of verbose pd.Timestamp objects.
Existing pd.Timestamp inputs still work and take priority.
Strings are interpreted as timestamps in `Europe/Brussels` (CET — the ENTSO-E standard). You can override this per-client or pass `pd.Timestamp` objects directly:
0 commit comments