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

Wrong date timestamp for checkin output #2

Closed
bhahn1800 opened this issue Mar 11, 2022 · 2 comments
Closed

Wrong date timestamp for checkin output #2

bhahn1800 opened this issue Mar 11, 2022 · 2 comments

Comments

@bhahn1800
Copy link

Hi - my flight is departing IND at 5am on 2022-04-01

The output says it will start the cron job to checkin at 'Thu Mar 31 10:00:00 2022'

Shouldn't this be 'Thu Mar 31 5:00:00 2022' given that my flight leaves the next day at 5am?

image

@altodd
Copy link
Owner

altodd commented Mar 11, 2022

I just wrote the docker container, the ruby gem by alextran is what is doing the scheduling - that said, what it looks like to me is that the cron job is scheduled with universal (zulu) time. It shows flight departing at 05:00 in the message above and 0500 eastern is 1000z. I haven't had any issues with scheduling the check-ins so far but haven't paid too much attention to the job timestamps. It may also just be the timezone of the container - I don't believe this is an issue from what I see, but can try to verify the difference if I get time.

@bhahn1800
Copy link
Author

thanks! I'll see what happens for this particular check-in here in a few weeks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants