Configuration
Configuration keys for the Solar_View_Helper_Time
class.
strftime
(bool) When true, uses strftime() instead of date() for formatting dates. Default is false.
Default:
false
format
(string) The default output formatting using » date() codes. Default is 'H:i:s'.
Default:
'H:i:s'
tz_origin
(string) Consider all input timestamps as being from this timezone. Default is the value of » date_default_timezone_get().
Default:
null
tz_output
(string) Output all timestamps after converting to this timezone. Default is the value of » date_default_timezone_get().
Default:
null