Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • fusiondirectory-orchestrator fusiondirectory-orchestrator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • fusiondirectoryfusiondirectory
  • fusiondirectory-orchestratorfusiondirectory-orchestrator
  • Issues
  • #46
Closed
Open
Issue created Apr 08, 2024 by dockx thibault@tdockxMaintainer

[Orchestrator] - taskGateway verify schedule strtotime issues

There is a small issue converting string time such as 20240408083000 into a unix timestamp

strtotime does not report erros but cannot understand the above format correctly.

It would better to first transform above string into a dateTime object (making sure not timezone is affecting the transformation). The transform the time object into a unix format for verification.

As of now, schedule works a on a day by day, it can cause issues if local timezone is not in UTC and therefore hours won't match.

To be fixed asap.

Assignee
Assign to
Time tracking