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
[Fix](Timezone)The time zone should not be fixed to UTC+8. (#37294)
## Proposed changes
It is generally more reasonable to use the system's default time zone
rather than binding the default time zone to UTC+8. This approach
ensures that the application will behave correctly in different
environments and regions.
**For countries that observe DST, this might require extra attention.**
0 commit comments