mbolli / nfsen-ng

Responsive NetFlow visualizer built on top of nfdump tools.
Apache License 2.0
231 stars 43 forks source link

timezone problem #23

Closed gothack329 closed 5 years ago

gothack329 commented 5 years ago

i want to know how to set timezone, the graph time is later than local time...my timezone is utc+08:00

image

mbolli commented 5 years ago

nfsen-ng uses date_default_timezone_get(), which in turn queries the php.ini date.timezone attribute. Can you set this and retry?

gothack329 commented 5 years ago

nfsen-ng uses date_default_timezone_get(), which in turn queries the php.ini date.timezone attribute. Can you set this and retry?

it works, thx