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 posting loans with a UTC offset ("utcDifference"), the time adjustments are not DST (daylight-saving time) aware (eg. EDT is UTC-04:00, whereas ET is UTC-05:00. This results in due dates and out dates that are off by one hour for either standard time or DST, depending on which utcDifference value is specified.
The text was updated successfully, but these errors were encountered:
@bltravis so adding the timezone code instead the diff would be better, right? And then using some library to transform the timestamps to UTC. Should be fairly easy and better to work with from the Data migrator's side.
When posting loans with a UTC offset ("utcDifference"), the time adjustments are not DST (daylight-saving time) aware (eg. EDT is UTC-04:00, whereas ET is UTC-05:00. This results in due dates and out dates that are off by one hour for either standard time or DST, depending on which utcDifference value is specified.
The text was updated successfully, but these errors were encountered: