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

CRS-13 launch date #63

Closed
petrosh opened this issue Nov 30, 2017 · 4 comments
Closed

CRS-13 launch date #63

petrosh opened this issue Nov 30, 2017 · 4 comments
Assignees

Comments

@petrosh
Copy link

petrosh commented Nov 30, 2017

Scheduled for 2017-12-08T13:20:00-04:00.

How do you deal with standard time? Right now EST = UTC-5

@jakewmeyer jakewmeyer self-assigned this Nov 30, 2017
@jakewmeyer
Copy link
Member

Updated

@jakewmeyer
Copy link
Member

Currently local time should be adjusted for daylight savings, but not for UTC and Unix time

@petrosh
Copy link
Author

petrosh commented Nov 30, 2017

Ok thanks, so launch_date_local is always given in DST, not standard time (EDT not EST, PDT not PST, ...).
Out of curiosity do you use a snippet for the other launch times? like

new Date('2017-12-08T13:20:00-05:00').toISOString().split('.')[0]+"Z" // "2017-12-08T18:20:00Z"
new Date('2017-12-08T13:20:00-05:00').getTime() / 1000 // 1512757200

@jakewmeyer
Copy link
Member

jakewmeyer commented Nov 30, 2017

I should start using a script like that to calculate it 🤷‍♂️
make it easier on myself when updating times

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

No branches or pull requests

2 participants