Configuration
Configuration keys for the Solar_View_Helper_Timestamp
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. When
strftime
is true, uses » strftime() codes instead. Default is 'Y-m-d H:i:s' (using date() format codes).Default:
'Y-m-d 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