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
E. g., the timestamp 2023-10-27T22:14:00+02:00 should be parsed with the time zone of the resulting TZDateTime object being set to UTC+2. This could likely be implemented as a new static method of TZDateTime that differs from the existing parse method in that it only takes a single argument (the timestamp as String).
This would probably require the introduction of "unnamed" time zones that consist only in an offset from UTC.
The text was updated successfully, but these errors were encountered:
E. g., the timestamp
2023-10-27T22:14:00+02:00
should be parsed with the time zone of the resultingTZDateTime
object being set to UTC+2. This could likely be implemented as a new static method ofTZDateTime
that differs from the existingparse
method in that it only takes a single argument (the timestamp asString
).This would probably require the introduction of "unnamed" time zones that consist only in an offset from UTC.
The text was updated successfully, but these errors were encountered: