-
Notifications
You must be signed in to change notification settings - Fork 14
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
Log Timestamp #89
Comments
I just added date for the logging in the first release, and didn't care about the time. |
Thanks for the report and PR, merged in the fix. Will deploy with the mirror changes once those are in |
Deployed |
@ItsDang did the Timestamp work for your timezone? When I check my Logbook export (or in the aurora app) the timestamps are shown in my local timezone, at least it looks like, because I did the boulders in the evening. but didnt spent much time checking this, just realized it when I controlled the tick of the mirrored route today … |
@gardaholm Hmm, yeah it "works" for me because it's set to EST, { timeZone: 'America/New_York'}, I think this needs to be removed and it should work for you too. Since the timezone isn't being stored, just storing local time seems best. I'll commit the change later today. |
Fix should be deployed |
With the addition of logging sends in #72, I noticed that everything is being set to the current UTC day at midnight. From my limited testing, it looks like the times showing in the official app stored/display in EDT/EST? What time does it show for other users? I switch the TZ around on my phone but the time displayed remained the same in the app.
If so send current Eastern time in log ascent.
The text was updated successfully, but these errors were encountered: