-
Notifications
You must be signed in to change notification settings - Fork 34
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
Mexican summer time change causing wrongly clipped videos #391
Comments
The logs show clipping around the hour mark always, suspect getting away with that in M+ by just including an extra bit at the start of the video but still wrong behaviour. Wondered if it was something at the nodeJS level... |
As far as I can tell NodeJS has been updated with the new timezone data, but it still looks like its getting it wrong.
Notice how at 13:54 NodeJS time we start recording. But that produces a video that's timestamped by OBS at 12:54. So it appears OBS knows about the real timezone but NodeJS doesn't. Wow also appears to know about the real timezone:
Again notice how NodeJS time is 13:54 but the WoW combat log time is 12:54. |
Hoping to get more logs from the user, I added a explicit time zone log in a recent version. It would be good to know what NodeJS thinks its in. It sounds like some areas of Mexico still use daylight saving and some do not. Possibly confusion over this could be the cause? |
electron/electron#37972 this maybe? Wasn't expecting it to be dependent on electron but we're using 18.X.X still. I'll try bump that and see what breaks... |
Everything seemed to just work... neat. Lots of other issues on electrons github page regarding timezone data propagation, so seems likely this is fixed. |
The text was updated successfully, but these errors were encountered: