Ticket #134: phing-2.3dev.pearpkg2.strftime.patch
| File phing-2.3dev.pearpkg2.strftime.patch, 577 bytes (added by weirdan@…, 5 years ago) |
|---|
-
classes/phing/tasks/ext/PearPackage2Task.php
100 100 { 101 101 $this->pkg->setPackage($this->package); 102 102 $this->pkg->setDate(strftime('%Y-%m-%d')); 103 $this->pkg->setTime(strftime('% T'));103 $this->pkg->setTime(strftime('%H:%M:%S')); 104 104 105 105 $newopts = array(); 106 106 foreach ($this->options as $opt) {
