Skip to content

Commit c64eaeb

Browse files
authored
Update Created.php
1 parent fdd06db commit c64eaeb

File tree

1 file changed

+2
-1
lines changed
  • app/code/core/Mage/Eav/Model/Entity/Attribute/Backend/Time

1 file changed

+2
-1
lines changed

app/code/core/Mage/Eav/Model/Entity/Attribute/Backend/Time/Created.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ public function beforeSave($object)
6161
}
6262

6363
/**
64-
* @param $date
64+
* Remove the timezone format
6565
*
66+
* @param string $date
6667
* @return string
6768
*/
6869
public function removeTimezone($date): string

0 commit comments

Comments
 (0)