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
So I was doing some testing and one of my users was having problems. Him and another guy troubleshot it down to the fact I was assigning TZID and not using Z. The thing is, the CalDateTime() method doesn't seem to automatically add Z onto the end. Is there a way to force the Z at the end?
This is my current line of code: new CalDateTime(fleet.Time.AddMinutes(-fleet.Offset), "UTC")
What woudl I need to do to drop the UTC and have the Z at the end instead?
The text was updated successfully, but these errors were encountered:
So I was doing some testing and one of my users was having problems. Him and another guy troubleshot it down to the fact I was assigning TZID and not using Z. The thing is, the CalDateTime() method doesn't seem to automatically add Z onto the end. Is there a way to force the Z at the end?
This is my current line of code: new CalDateTime(fleet.Time.AddMinutes(-fleet.Offset), "UTC")
What woudl I need to do to drop the UTC and have the Z at the end instead?
The text was updated successfully, but these errors were encountered: