Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ical standards with the Z indicator vs. TZID= #284

Closed
seraphx2 opened this issue May 22, 2017 · 1 comment
Closed

New ical standards with the Z indicator vs. TZID= #284

seraphx2 opened this issue May 22, 2017 · 1 comment

Comments

@seraphx2
Copy link

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?

@rianjs
Copy link
Collaborator

rianjs commented Jun 8, 2017

This is a duplicate of #263, so I'm going to close it up.

Answer: I'm going to put the Z back. It's more disruptive than I would have imagined.

@rianjs rianjs closed this as completed Jun 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants