Skip to content

Why is my timescale is weirdly formatted by default? #1207

Answered by romfrancois
sushanyadav asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @sushanyadav !

Try formatting time in epoch timestamp vs simple timestamp (aka divide your time by 1000).

There's 3 ways time values can be used:

time: '2019-01-18'

or

time: {year: 2018, month: 9, day: 23}

or

time: 1642427876

If it helps have a look at some of our examples or documentation.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sushanyadav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants