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
Formatting half-hour negative timezones returns "-09:-30:00", and I was expecting "-09:30:00", without that additional minute minus sign. I may be wrong, but is that the conventional formatting for offsets like that?
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Call
Timex.TimezoneInfo.format_offset/1
with a half-hour negative timezone, e.g.UTC-9:30
.Description of issue
Formatting half-hour negative timezones returns
"-09:-30:00"
, and I was expecting"-09:30:00"
, without that additional minute minus sign. I may be wrong, but is that the conventional formatting for offsets like that?The text was updated successfully, but these errors were encountered: