Hello friends,

given: two perl-versions on a windows xp(svp1)-system.

  1. perl: (revision 5.0 version 8 subversion 2), Platform: osname=cygwin, osvers=1.5.5(0.9432)
  2. aperl: (revision 5 version 6 subversion 1) configuration: Platform: osname=MSWin32, osvers=4.0

The correct (system-)time is shown by activePerl
# aperl -we 'use Time::localtime;print ctime()' Wed Apr 21 17:11:38 2004
Thought cygwin shows this time, too ...
# date Wed Apr 21 17:11:42 2004
perl 5.8 doesn't but prints (presumably) the gmtime instead.
# perl -we 'use Time::localtime;print ctime()' Wed Apr 21 15:11:45 2004
What's to do for sychronizing ?

Thanks in advance and regards,

tos at cologne/rhine/GMT+01:00


Is simplicity best or simply the easiest Martin L. Gore

In reply to perl 5.8 shows wrong timestamp on cygwin by tos

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.