mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add utc time format.
This commit is contained in:
parent
56cd373015
commit
e458305f81
8 changed files with 73 additions and 20 deletions
|
@ -44,6 +44,11 @@ max_connections 1000;
|
|||
# @remark: donot support reload.
|
||||
# default: on
|
||||
daemon on;
|
||||
# whether use utc_time to generate the time struct,
|
||||
# if off, use localtime() to generate it,
|
||||
# if on, use gmtime() instead, which use UTC time.
|
||||
# default: off
|
||||
utc_time off;
|
||||
|
||||
#############################################################################################
|
||||
# heartbeat/stats sections
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue