-
Notifications
You must be signed in to change notification settings - Fork 1k
TimeZoneInfo in 1.5 release is missing! #1953
Copy link
Copy link
Closed
Labels
area:spfxCategory: SharePoint Framework (not extensions related)Category: SharePoint Framework (not extensions related)status:fixed-next-dropIssue planned to be fixed in an upcoming release.Issue planned to be fixed in an upcoming release.type:bug-suspectedSuspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Metadata
Metadata
Assignees
Labels
area:spfxCategory: SharePoint Framework (not extensions related)Category: SharePoint Framework (not extensions related)status:fixed-next-dropIssue planned to be fixed in an upcoming release.Issue planned to be fixed in an upcoming release.type:bug-suspectedSuspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.Suspected bug (not working as designed/expected). See “type:bug-confirmed” for confirmed bugs.
Category
Expected or Desired Behavior
Up to SPFX 1.4.1 there was a timeZoneInfo property on SPUser and SPWeb in the pagecontext, which was now removed. This was one of the most useful properties. Why did you remove this? What should we use instead to get the current timezone settings of the user in order to display date and time correctly in our webparts?
Observed Behavior
In the d.ts file it states: "Excluded from this release type: timeZoneInfo" ...without further explanation.