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
When a time reference has a timezone abbreviation, and is then followed by some text with another timezone abbreviation, TimeReference.trLocationRef is set to Nothing
Description
When a time reference has a timezone abbreviation, and is then followed by some text with another timezone abbreviation,
TimeReference.trLocationRef
is set toNothing
To Reproduce
This works as expected:
But if we add
, GMT
at the end, thenTimeReference.trLocationRef
is set toNothing
.Expected behavior
Expected
parseTimeRefs "MSK 4 pm, in GMT"
to return the same result asparseTimeRefs "MSK 4 pm"
Environment
The text was updated successfully, but these errors were encountered: