Ticket #134: phing-2.3dev.pearpkg2.strftime.patch

File phing-2.3dev.pearpkg2.strftime.patch, 577 bytes (added by weirdan@…, 5 years ago)

patch

  • classes/phing/tasks/ext/PearPackage2Task.php

     
    100100    { 
    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(); 
    106106        foreach ($this->options as $opt) {