mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-06-05 21:59:25 +02:00
let frontend dates and times be formatted by backend before sending
This commit is contained in:
@ -18,4 +18,8 @@ class SiteSettings {
|
||||
return wp_timezone();
|
||||
}
|
||||
|
||||
public static function getTimeZoneString() {
|
||||
return wp_timezone_string();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user