yds

Results 10 comments of yds

running `env TZ=EST5EDT strptime.lua 20190322` outputs expected results: ``` 2019-03-22 01:00:00 -0400 2019-03-22 00:00:00 -0400 2019-03-22 00:00:00 +0000 2019-03-22 00:00:00 +0000 2019-03-22 05:00:00 +0000 2019-03-22 04:00:00 +0000 2019-03-22 01:00:00 +0000...

I reached out to #lua on IRC and with the help of @RhodiumToad we figured out that it was `WITH_ZONEINFO_LEAPSECONDS_SUPPORT=true` in `/etc/src.conf` on my FreeBSD 12-STABLE build. The magic clue...

[Flysky-OpenTX-Test-Branch NV14_Bluetooth commits](https://github.com/open-flysky/Flysky-OpenTX-Test-Branch/commits/nv14_bluetooth) branch relevant to this issue

> Can you try again, without deleting the checksum (as that isn't needed - only toggling the `manuallyEdited` flag so that it skips the checksum). - flashed the latest nightly,...

> Did you delete the whole line, or just the checksum value? I was deleting the entire `checksum` line, never just the value. to reproduce all I'd do was delete...

tried the patch to see if it would fix #1994 -- no luck 👎🏻 NextCloud 32 itself no longer crashes out and allows logging in but SnappyMail is "Not found"...

tried the above patch as well, same result -- NextCloud 32 allows logging in but navigating to `/apps/snappymail/` results in > **Page not found** > The page could not be...

@madrzejewski thx for the patch and the suggestion to clear the `opcache` -- unfortunately after doing that same result when I surf to `/apps/snappymail/`: > **Page not found** > The...

> I think maybe you try to fix thing before and broke something else elsewhere ? @madrzejewski that's not the case -- I hadn't tried any hacking other than your...