Commit 49ee5037 by irul

menambahkan default timezone asia/jakarta

1 parent 55366e58
......@@ -169,6 +169,7 @@ class Logger
* */
public function do_write($log_string, $log_source, $log_level = 'debug')
{
date_default_timezone_set('Asia/Jakarta');
if (self::$log_level_integers[$log_level] > self::$log_level_integers[self::$log_level]){
return;
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!