mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
create months and days with associated english names, closes #37
This commit is contained in:
@@ -14,7 +14,7 @@ const wrap = require('express-promise-wrap').wrap;
|
||||
router.post('/sync', wrap(async (req, res, next) => {
|
||||
const timestampStr = req.body.timestamp;
|
||||
|
||||
const timestamp = utils.parseDate(timestampStr);
|
||||
const timestamp = utils.parseDateTime(timestampStr);
|
||||
|
||||
const now = new Date();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user