Help for this page

Select Code to Download


  1. or download this
     * Therefore, we need to retrieve the value of $ENV{TZ} and call CRT
     * putenv() to update the CRT copy of the environment (if it is differ
    +ent)
     * whenever we're about to call tzset().
    
  2. or download this
    SKIP: {
        skip "can't register TZ changes in a pseudo-fork", 2 if $is_pseudo
    +_fork;
    ...
        cmp_ok(scalar($lt->tzoffset), 'eq', '-18000');
        cmp_ok($lt->strftime("%Z"), 'eq', 'EST');
    }