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

What is the purpose of zone and timezone both exist in dtstart? #444

Closed
piavgh opened this issue Jun 29, 2020 · 1 comment
Closed

What is the purpose of zone and timezone both exist in dtstart? #444

piavgh opened this issue Jun 29, 2020 · 1 comment

Comments

@piavgh
Copy link

piavgh commented Jun 29, 2020

When using console.log on dtstart value, I usually see 2 fields:

{
  ...
  timezone: 'Asia/Ho_Chi_Minh',
  zone:
   { wrappedJSObject: [Circular],
     expandedUntilYear: 0,
     changes: [],
     tzid: 'floating' } }
  ...

Why do you need zone property if it already has the timezone?

Thanks. @asutherland @kewisch

@kewisch
Copy link
Owner

kewisch commented Apr 15, 2024

Certainly some ambiguity, one is the tzid, the other is the actual zone object if one is associated. Closing this issue unless you feel there are any improvements we can make.

@kewisch kewisch closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2024
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