Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel::System::CronEvent produces invalid local times #238

Closed
bschmalhofer opened this issue Jul 22, 2020 · 1 comment
Closed

Kernel::System::CronEvent produces invalid local times #238

bschmalhofer opened this issue Jul 22, 2020 · 1 comment
Labels
bug Something isn't working as intended
Milestone

Comments

@bschmalhofer
Copy link
Contributor

The daylight saving switch is problematic. See scripts/test/CronEvent.t .
It is not obvious what the correct behavior is. Needs to be investigated.

@bschmalhofer bschmalhofer added the bug Something isn't working as intended label Jul 22, 2020
@bschmalhofer bschmalhofer added this to the OTOBO 10.1 milestone Jul 22, 2020
@bschmalhofer bschmalhofer modified the milestones: OTOBO 10.1, OTOBO 10.0.3 Aug 19, 2020
bschmalhofer added a commit that referenced this issue Aug 19, 2020
Saner name for the arrays containing the test cases.
bschmalhofer added a commit that referenced this issue Aug 19, 2020
bschmalhofer added a commit that referenced this issue Aug 19, 2020
bschmalhofer added a commit that referenced this issue Aug 19, 2020
bschmalhofer added a commit that referenced this issue Aug 19, 2020
Issue #238: sync the required modules between 10_1 and 10_0
@bschmalhofer
Copy link
Contributor Author

Dates must be converted to UTC before, and be converted to OTOBOTimeZone after, Scheduler::Cron::Event kicks in. This has not been implemented for all the relevant function. Things look good after adding the conversions. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

1 participant