0x03
0x03
The issue is your MySQL version. You'll notice in the CoiniumServ logs: ``` 09/21/2018 00:55:59 +09:30 [Debug] [MigrationManager] [BitCash] /* CreateTable Account */ 09/21/2018 00:55:59 +09:30 [Debug] [MigrationManager] [BitCash] /*...
sadly, "protecting" the zipfile with a simple password like 0000 will be your best bet for this.
with some code changes (and by adding `moment-timezone`, like from cdnjs) you can just make it so the browser timezone is used. quick and dirty tho, but works on modern...
for reference, i have just put the "local timestamps" feature to production at https://explorer.verus.io/
you can do something like this: https://github.com/iquidus/explorer/issues/371#issuecomment-727658293
it is not: i've employed ZFS storage for mongo and filesystem snapshotting as a workaround. https://zfsonlinux.org/ https://docs.mongodb.com/manual/tutorial/backup-with-filesystem-snapshots/ rough & incomplete: to snapshot: call `db.fsyncLock()`, `zfs snapshot filesystem@$(date %s)`, call `db.fsyncUnlock()`...
i'm certainly looking forward to that day. `reindex` is the one painful point about iquidus.