We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306f6bc commit 6f48b7dCopy full SHA for 6f48b7d
src/WebApp/DataModel/Log.php
@@ -6,6 +6,7 @@ class Log {
6
7
public function __construct() {
8
if (is_string($this->log_text)) $this->log_text = json_decode($this->log_text);
9
+ if (is_string($this->log_date)) $this->log_date = new \TgUtils\Date($this->log_date, WFW_TIMEZONE);
10
}
11
12
public function asText() {
0 commit comments