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
fail fast, i.e. throw instead if yielding exceptions
fully defensive, i.e. ignore exceptions instead of yielding
That would require cooperation from either underlying data providers, or we could decorate them or something. Perhaps, makes more sense to do it on the HPI level.
The text was updated successfully, but these errors were encountered:
Timezone resolution is perhaps one place where it would make a lot of sense -- in many case it's not super bad to fallback on UTC or use local timezone. But tricky to make it generic enough.
As described here.
E.g. might make sense to implement:
That would require cooperation from either underlying data providers, or we could decorate them or something. Perhaps, makes more sense to do it on the HPI level.
The text was updated successfully, but these errors were encountered: