Page 1 of 1

Timezone Issue

Posted: Fri Jan 27, 2017 10:52 am
by epicfatigue
Hey Guys,

I finally have set up all my camera's and got everything working awesome!.

The only issue i am having is my timezone is not showing correctly on my cameras.

I have updated my php.ini file would Australia/Melbourne

As you can see ZM main page displays the correct time but on the camera it is showing the wrong timezone.

I also created a small php page to echo the time and it returned correct.

So this date must come from another source.

Does anyone have any idea where it comes from?

Re: Timezone Issue

Posted: Fri Jan 27, 2017 11:28 am
by DVB Hardware
I think you have to set it in each camera setting

Re: Timezone Issue

Posted: Fri Jan 27, 2017 11:40 am
by PacoLM
Search all the php.ini files and check the timezone.

Re: Timezone Issue

Posted: Fri Jan 27, 2017 2:40 pm
by SteveGilvarry
Double check actual server timezone and time, the video timestamp is done in c++. Same TZ as me.

Re: Timezone Issue

Posted: Fri Jan 27, 2017 10:25 pm
by epicfatigue
Thanks Everyone,

Had tried all of above but overlooked what my jails timezone was as the master was set to AEST however the jail wasnt.
SteveGilvarry wrote:Double check actual server timezone and time, the video timestamp is done in c++. Same TZ as me.
So with a quick
cp /usr/share/zoneinfo/Australia/Melbourne /etc/localtime

Wella the server is now on AEST

Thanks heaps Steve dont know how i overlooked this been pulling my hair out for days.

Re: Timezone Issue

Posted: Sun Jan 29, 2017 5:08 am
by SteveGilvarry
connortechnology and I were having a discussion last week about using UTC for all recordings and then adjusting timezones for users and maybe for cameras.