<div class="gmail_quote">On Wed, Jun 16, 2010 at 1:44 PM, Kevin H. Hobbs <span dir="ltr">&lt;<a href="mailto:hobbsk@ohiou.edu">hobbsk@ohiou.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 06/09/2010 07:55 PM, Luis Ibanez wrote:<br>
&gt;<br>
&gt;<br>
&gt;               ITK DASHBOARD FEST 2.0<br>
&gt;<br>
&gt;<br>
&gt; We will celebrate our second ITK Dashboard Fest<br>
&gt;<br>
&gt; From:     Sunday June 20th - 9pm EST to<br>
&gt;       to:    Monday June 21st - 9pm EST<br>
&gt;<br>
&gt;<br>
<br>
</div>The UTC offset is wrong on the wiki and in the e-mail.<br>
<br>
$ StartOfDBFest=&quot;Sunday June 20 2010 9:01pm EST&quot;<br>
$ TimeTillDBFest=$((`date --date=&quot;$StartOfDBFest&quot; +%s` - `date +%s`))<br>
date: invalid date `Sunday June 20 2010 9:01pm EST&#39;<br>
$ StartOfDBFest=&quot;Sunday June 20 2010 9:01pm EDT&quot;<br>
$ TimeTillDBFest=$((`date --date=&quot;$StartOfDBFest&quot; +%s` - `date +%s`))<br>
$ echo $TimeTillDBFest<br>
371944<br>
<br>
</blockquote></div>----------------------------------------------------------------------<br><br><br>Hi Kevin,<br><br>Thanks for checking on the dates/time <br>for the DASHBOARD FEST.<br><br>I&#39;m a bit lost with the correction though...<br>
<br><br>What you are pointing out is that we should<br>use EDT instead of EST ?<br><br>or the fact that it should be 1 minute past 9pm ?<br><br><br><br>Probably the safe way of defining the time <br>is by using UTC.<br><br>
         The ITK Dashboard rolls up at:<br><br>                          1am  UTC<br><br><br>set(CTEST_NIGHTLY_START_TIME &quot;1:00:00 UTC&quot;)<br><br><br>Looking at the US Naval Observatory web site:<br><br><a href="http://tycho.usno.navy.mil/cgi-bin/timer.pl">http://tycho.usno.navy.mil/cgi-bin/timer.pl</a><br>
<br>We should be using &quot;EDT&quot;....<br>(which I guess is your point...)<br><br><br>So, <br><br>      1am UTC  ==  9pm EDT (of the previous day).<br><br><br>The DASHBOARD FEST will start on<br><br>    June 21 : 1am UTC  == June 20 : 9pm EDT<br>
<br>and will finish on<br><br>    June 22 : 1am UTC  == June 21 : 9pm EDT<br><br><br><br>Please let us know if you see any error, <br><br><br>    Thanks !<br><br><br>          Luis<br><br><br><br>