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
Currently, time format is read from user profile settings. A more flexible implementation would allow the request object to specify the format directly
Initial Implementation Requirements
Update request schema to include a format param (likely with a Literal annotation)
Confirm backwards-compat. with requests that exclude format reading the user settings (if present)
Objective
Currently, time format is read from user profile settings. A more flexible implementation would allow the request object to specify the format directly
Initial Implementation Requirements
Other Considerations