seadude
08/26/2022, 10:55 PM${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!)
"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"
}