Page 1 of 1

Date Format

Posted: Sun Feb 09, 2020 9:13 pm
by itangir
I have a (hopefully) really simple question but couldn't seem to find an answer for it. It's easier to use a picture:

Image

I just want to change the format of the timestamp to be MM/dd/yy. Even yy/MM/dd would be fine. We don't use dd/MM/yy here so it's confusing.

When I was searching before, I dug up some posts that said to edit a zm_config.php but I couldn't find a file like that. I did find a config.php but the date variables in there are already in a different format so I don't think I'm looking at the right place.

ZM 1.34.2
Debian 10.3
MySQL 15.1

Re: Date Format

Posted: Mon Feb 10, 2020 2:05 am
by bbunge
Source Timestamp

Timestamp Label Format %N - %m/%d/%y %H:%M:%S

You will have to do it for each camera

Re: Date Format

Posted: Mon Feb 10, 2020 2:40 am
by itangir
Perfect, thanks.