convertTime
The convertTime function is used to convert a given epoch time stamp into the proper number to reflect the Jamroom system's time zone, based on the setting in the Jamroom Config.
integer
convertTime
(integer $in, [integer $os = null])
-
integer
$in: Input epoch time stamp
-
integer
$os: Offset to use
|