yyqdbngt opened a new pull request, #3875:
URL: https://github.com/apache/rocketmq-dashboard/pull/3875

   ### Motivation
   
   The `zonedLocalDateTimeToUtc` tests covered northern-hemisphere DST but left 
southern-hemisphere seasons, fractional-hour offsets, and ambiguous transitions 
untested. This PR grows the suite from 7 to 13 cases.
   
   ### Changes
   
   - Southern-hemisphere DST: `Australia/Sydney` summer resolves with the 
active +11:00 offset, winter with the +10:00 standard offset.
   - Fractional-hour offset: `Asia/Kolkata` converts across its +05:30 boundary.
   - Pre-transition wall clock in `America/New_York` keeps standard time before 
the spring gap.
   - Ambiguous fall-back wall clock (`2026-11-01T01:30`) resolves 
deterministically to the pre-transition instant.
   - A UTC midnight boundary converts without a date shift.
   
   ### Verification
   
   - `vitest run src/utils/timeZone.test.ts`: 13/13 passed
   - `tsc --noEmit`: clean
   - `eslint src/utils/timeZone.test.ts`: clean


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to