Almost a WAG, but re your first question here is return_question which may be worth checking:

The difference may be rooted in how you're handling times in the script. Are you, for example, using any construct that might be converting (or, "failing to convert") some dynamically created element in the newsletter to localtime?

As an aside, any html "latest update" field would be pretty worthless if dynamic in the sense of using the time of the current request as the time of the latest update; in fact, one might regard that kind of specious date as damned near fraud (I do! YMMV). Yes, there are quite a lot of entities that do just that, but widespread practice doesn't make it legit, IMO.

Just for clarity, which I seem to be having difficulty with just now) I have no problem with a "latest update" that's tied to content change -- for example, the latest revision of specific content in the db used as source of the page's content, or the last time the hmtl content was actually changed).


In reply to Re: Different date returned in FF source, perl result string by ww
in thread Different date returned in FF source, perl result string by membender

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.