in reply to [Explained] Platform-dependent behavior observed in POSIX::strftime

Maybe what japhy says in Best way to print out a particular date-time format (very specific) would help unify fields.

I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku ................... flash japh
  • Comment on Re: Platform-dependent behavior observed in POSIX::strftime

Replies are listed 'Best First'.
Re^2: Platform-dependent behavior observed in POSIX::strftime
by Narveson (Chaplain) on Aug 25, 2010 at 17:32 UTC

    Thanks, but how to get a desired date string was not my question. I was wondering if anybody could help me understand the difference in behavior between two platforms.

      I believe japhy's solution suggested that taking the lowercase of the string, made some difference in some systems that either ignore case, or make a big deal of it. Like the difference between old windows and a unix system. I thought I would just point that out. There may be a subtle difference, which you may be overlooking.

      I'm not really a human, but I play one on earth.
      Old Perl Programmer Haiku ................... flash japh