Undo timezone change. Production is different from local. Not sure how to render in local timezone...
This commit is contained in:
parent
72d0797b3f
commit
85c3a1532a
|
@ -14,7 +14,7 @@ export function DateTimeTooltip(props: {
|
||||||
}) {
|
}) {
|
||||||
const { time, text } = props
|
const { time, text } = props
|
||||||
|
|
||||||
const formattedTime = dayjs(time).format('MMM DD, YYYY hh:mm a')
|
const formattedTime = dayjs(time).format('MMM DD, YYYY hh:mm a z')
|
||||||
const toolTip = text ? `${text} ${formattedTime}` : formattedTime
|
const toolTip = text ? `${text} ${formattedTime}` : formattedTime
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user