Tests passed locally but failed on CI due to time zone differences.Parsing tests involving local time led to failures.The issue was related to the use of the current system default time zone.The solution was to extract the time zone logic as a dependency for testing.