I was speaking about a server that hosts my perl application, and crontab entries.

I setup a sandbox solaris 8 machine and I ran a number of tests by manually changing the time. I have discovered the following:

* If the `date` command is used by root to change the time, the next crontab entry is not executed properly (or at all it seems) even if the clock runs through the proper time.

* Solaris 8 changes to the DST (PDT) using a time zone conversion at 2am (at least by my american, PST localization settings). This causes cronjobs scheduled to run between 2am and 3am in spring time conversion window to not execute.

* None of this is documented in man cron or man crontab.

* Google has a few discussions on this for various flavors of unix. Lots of speculation, not a lot of facts though.

Thanks for the input!

-------------------------------------
Nothing is too wonderful to be true
-- Michael Faraday


In reply to Re: Re: OT: Crontab entry missed due to Daylight savings time? by freddo411
in thread OT: Crontab entry missed due to Daylight savings time? by freddo411

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.