Many of my old digital notes have a time and date and could be converted into a Zettelkasten Note, but they don’t have a timezone. When importing these notes, I can use the following moment.js
code to find the timezone of a date and time that is missing a UTC offset:
This code can be run quickly in a moment.js
sandbox.
Source: momentjs.com