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
The current toIso8601String() returns the time without the offset which causes problems when the backend requires it and cuts the information about the time offset when converting, for example, to utc format.
Possible solution
Option to choose in the parser which option would the user want to choose and adding custom toIso8601StringWithOffset() method that adds offset at the end of the converted DateTime.
The text was updated successfully, but these errors were encountered:
The current
toIso8601String()
returns the time without the offset which causes problems when the backend requires it and cuts the information about the time offset when converting, for example, to utc format.Possible solution
Option to choose in the parser which option would the user want to choose and adding custom
toIso8601StringWithOffset()
method that adds offset at the end of the convertedDateTime
.The text was updated successfully, but these errors were encountered: