Thank you @defalt for pointing this out! Will look into this, I agree transform function may be the reason.
Oh my... Found it.
"format": "%d %H:%m"
or %s
is wrong. %m = Month and %s is unix epoch (Link)
Changed it to "format": "%d %H:%M,%S"
and it looks good now.
Indeed, I was testing it with %H:%M. Great, I am really happy that works for you now
1 Like
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.