Changeset 206

Show
Ignore:
Timestamp:
07/29/07 22:05:14 (1 year ago)
Author:
hans
Message:

ticket:134 - Fixing PearPackage2Task to work with Windows.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/classes/phing/tasks/ext/PearPackage2Task.php

    r69 r206  
    101101        $this->pkg->setPackage($this->package); 
    102102        $this->pkg->setDate(strftime('%Y-%m-%d')); 
    103         $this->pkg->setTime(strftime('%T')); 
     103        $this->pkg->setTime(strftime('%H:%M:%S'));  
    104104 
    105105        $newopts = array();