Notion Answers

Help between Notion users


Register & Ask

It's free & easy

Get answers

Answers, votes & comments

Vote and select answers

Receive points, vote and give the solution

Question

2votes

ISO timestamp inline

Hi,
I’m new in Notion, so forgive If it is a pretty basic question…
I can’t find a way to insert an ISO timestamp in Notion…

My workflow, eg VSCode

-#044-
2022-09-30 17:43:15

-#045-
2022-09-30 17:46:33
-#046-
2022-09-30 17:49:26
Meet Notion’s Formula Property
https://www.notion.vip/meet-notions-formula-property/

Thaks in advance,
elo

1 Answer

1vote

polle Points77470

I asume you are referring to a Notion database, you don't want to use the normal dates with time included and you don't want to use text properties to just paste them.

You can use Notion formulas if that is what you are looking for.

From a date:

timestamp(prop("Date"))

From numbers:

fromTimestamp(prop("YourNumbers"))

Just rename Date to match your date property and YourNumbers to your numbers property.

2votes

elo4w commented

No, I want to use it in a any type of file, like i use the slah "/"

Thaks in advance,
elo

2votes

elo4w commented

For example, in VSCode i can do:

// Place your key bindings in this file to override the default
[
    {
        "key": "ctrl+alt+t",
        "command": "editor.action.insertSnippet",
        "when": "editorTextFocus",
        "args": {
            "snippet": "$CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE $CURRENT_HOUR:$CURRENT_MINUTE:$CURRENT_SECOND"
        }
    }
]

Thaks in advance,
elo

1vote

polle commented

You can't render code in Notion, the options available are the mentioned above.

1vote

elo4w commented

Good afternoon,

Thank you very much for your support.

Cheers,
elo

1vote

polle commented

Glad to help. :) If you consider the answer solves your question, please select it to mark the question as solved.

Please log in or register to answer this question.

...

Welcome to Notion Answers, where you can ask questions and receive answers from other members of the community.

Please share to grow the Notion Community!

Connect