diff --git a/core/imageboard/image.php b/core/imageboard/image.php index f2fb0961..a18c62a3 100644 --- a/core/imageboard/image.php +++ b/core/imageboard/image.php @@ -369,7 +369,7 @@ class Image $cut_name = substr($this->filename, 0, 255); if (is_null($this->posted) || $this->posted == "") { - $this->posted = date('c', time()); + $this->posted = date('Y-m-d H:i:s', time()); } if (is_null($this->id)) {