We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcc98d8 + a55ce19 commit 4fe3efaCopy full SHA for 4fe3efa
1 file changed
src/TimestampValue.php
@@ -53,7 +53,7 @@ public function getValue()
53
*/
54
public function getFormatted($format = 'Y-m-d')
55
{
56
- return date($format, $this->value);
+ return date($format, (int)$this->value);
57
}
58
59
/**
0 commit comments