<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Time problem]]></title><description><![CDATA[<p dir="auto">Since today I have a problem with time:<br />
HW clock and system clock are both set to localtime. But in Logviewer/Scheduler the time shown in the list is UTC.<br />
The same happens if I set HW clock to UTC.<br />
So I have to schedule to UTC time to run tasks at the desired time (UTC time is -3 hours from localtime).<br />
Has it something to do with 1.1.2 update I did today, or I messed something up?<br />
Any solution?<br />
Thank you</p>
]]></description><link>http://forums.fogproject.org/topic/3260/time-problem</link><generator>RSS for Node</generator><lastBuildDate>Mon, 16 Mar 2026 06:12:19 GMT</lastBuildDate><atom:link href="http://forums.fogproject.org/topic/3260.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 26 Jun 2014 11:15:35 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Time problem on Mon, 30 Jun 2014 08:33:20 GMT]]></title><description><![CDATA[<p dir="auto">I added correctly [CODE]date.timezone = “Europe/Athens”[/CODE], restarted apache and pc but nothing has changed:<br />
Time here 11:00<br />
in pc:<br />
localtime: 11:00<br />
bios time: 8:00<br />
Log viewer/Schedulerer:<br />
8:00…<br />
I find strange:<br />
time here 11:00<br />
in pc:<br />
localtime: 14:00 (which is wrong)<br />
bios time: 11:00<br />
Log viewer/Schedulerer: 8:00<br />
I thought that Log viewer/Schedulerer: 8:00 was utc but in 2nd case it is not.<br />
With or without [CODE]date.timezone = “Europe/Athens”[/CODE] the above are the same.<br />
In the 1st case I can schedule correctly when I put scheduled tasks in bios time.<br />
Why does this happen? I never had time problems…<br />
Linux is debian 7.5 and fog 1.1.2.  With xubuntu 14.04 happens exactly the same. With debian 7.5 with 1.1.1 I did not have any time problems.<br />
Is it something related to fog 1.1.2 or some wrong setting in my pc?</p>
<p dir="auto">[CODE]# cat /etc/timezone<br />
Europe/Athens</p>
<h1>hwclock --debug</h1>
<p dir="auto">hwclock from util-linux 2.20.1<br />
Using /dev interface to clock.<br />
Last drift adjustment done at 1404124210 seconds after 1969<br />
Last calibration done at 1404124210 seconds after 1969<br />
Hardware clock is on UTC time<br />
Assuming hardware clock is kept in UTC time.<br />
Waiting for clock tick…<br />
…got clock tick<br />
Time read from Hardware Clock: 2014/06/30 08:42:35<br />
Hw clock time : 2014/06/30 08:42:35 = 1404117755 seconds since 1969<br />
Mon 30 Jun 2014 11:42:35 AM EEST  -0.453762 seconds<br />
[/CODE]</p>
]]></description><link>http://forums.fogproject.org/post/25684</link><guid isPermaLink="true">http://forums.fogproject.org/post/25684</guid><dc:creator><![CDATA[hariskar]]></dc:creator><pubDate>Mon, 30 Jun 2014 08:33:20 GMT</pubDate></item><item><title><![CDATA[Reply to Time problem on Fri, 27 Jun 2014 10:42:50 GMT]]></title><description><![CDATA[<p dir="auto">What exactly is the line</p>
<p dir="auto">It should look like:<br />
[code]date.timezone = “Europe/Athens”[/code]</p>
<p dir="auto">Not<br />
[code];date.timezone = “Europe/Athens”[/code]</p>
<p dir="auto">The quotes are necessary, but they won’t hurt anything either.</p>
<p dir="auto">After you make the addition you also need to restart apache2/httpd:<br />
FOR REDHAT BASED:<br />
[code]service httpd restart[/code]<br />
FOR DEBIAN BASED:<br />
[code]service apache2 restart[/code]</p>
]]></description><link>http://forums.fogproject.org/post/25485</link><guid isPermaLink="true">http://forums.fogproject.org/post/25485</guid><dc:creator><![CDATA[Tom Elliott]]></dc:creator><pubDate>Fri, 27 Jun 2014 10:42:50 GMT</pubDate></item><item><title><![CDATA[Reply to Time problem on Fri, 27 Jun 2014 07:10:24 GMT]]></title><description><![CDATA[<p dir="auto">Thank you.<br />
I don’t mind times being reported correctly but I want to schedule in localtime and not utc.</p>
<p dir="auto">I edited [SIZE=3][FONT=arial][COLOR=#333333]/etc/php5/apache2/php.ini[/COLOR][/FONT][/SIZE]<br />
[SIZE=3][FONT=arial][COLOR=#333333]and put Europe/Athens with and without “” in [/COLOR][/FONT][/SIZE][SIZE=3][FONT=arial][COLOR=#003300][CODE]date.timezone =[/CODE]. I restarted, but time in Log viewer/Scheduler still is UTC. I changed the HW clock from localtime to UTC, but the problem remains.[/COLOR][/FONT][/SIZE]</p>
]]></description><link>http://forums.fogproject.org/post/25471</link><guid isPermaLink="true">http://forums.fogproject.org/post/25471</guid><dc:creator><![CDATA[hariskar]]></dc:creator><pubDate>Fri, 27 Jun 2014 07:10:24 GMT</pubDate></item><item><title><![CDATA[Reply to Time problem on Thu, 26 Jun 2014 17:43:32 GMT]]></title><description><![CDATA[<p dir="auto">only if you want the times to be reported correctly <img src="http://forums.fogproject.org/assets/plugins/nodebb-plugin-emoji/emoji/android/1f609.png?v=fsgu5qsff2i" class="not-responsive emoji emoji-android emoji--wink" style="height:23px;width:auto;vertical-align:middle" title=";)" alt="😉" /></p>
]]></description><link>http://forums.fogproject.org/post/25423</link><guid isPermaLink="true">http://forums.fogproject.org/post/25423</guid><dc:creator><![CDATA[Junkhacker]]></dc:creator><pubDate>Thu, 26 Jun 2014 17:43:32 GMT</pubDate></item><item><title><![CDATA[Reply to Time problem on Thu, 26 Jun 2014 17:42:51 GMT]]></title><description><![CDATA[<p dir="auto">No, i didn’t. Should i set it?</p>
]]></description><link>http://forums.fogproject.org/post/25422</link><guid isPermaLink="true">http://forums.fogproject.org/post/25422</guid><dc:creator><![CDATA[hariskar]]></dc:creator><pubDate>Thu, 26 Jun 2014 17:42:51 GMT</pubDate></item><item><title><![CDATA[Reply to Time problem on Thu, 26 Jun 2014 16:03:58 GMT]]></title><description><![CDATA[<p dir="auto">have you set the timezone in apache2?</p>
]]></description><link>http://forums.fogproject.org/post/25381</link><guid isPermaLink="true">http://forums.fogproject.org/post/25381</guid><dc:creator><![CDATA[Junkhacker]]></dc:creator><pubDate>Thu, 26 Jun 2014 16:03:58 GMT</pubDate></item></channel></rss>