For an example of how this effects you, see below....
# chat
s
For an example of how this effects you, see below. Recall that any timestamp that does not have timezone information (the "-07:00" below) is at best +/-24 hrs. If this Issue is addressed by the VS Code Dev team, it will add to VS Code (and by proxy is available in Dendron), a built-in
${CURRENT_TZONE}
variable to which takes the place of MANUALLY adding and maintaining timezone info in your timestamps (the
07:00
below). Please upvote. (last time i'll spam this group, promise!)
Copy code
"Insert_Timestamp": {
    "prefix": "stime",
    "body": [
      "${CURRENT_YEAR}-${CURRENT_MONTH}-${CURRENT_DATE}T${CURRENT_HOUR}:${CURRENT_MINUTE}:${CURRENT_SECOND}-07:00"
    ],
    "description": "insert timestamp in ISO8601 format"
}