Timezone within Neolink #105
Replies: 2 comments 7 replies
-
Time zone is based on whatever your OS says it is. So to answer this question I need to know what is your OS and if your using docker. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am in the process of setting up neolink on some Swann (reolink?) IPC_388 cameras and am having trouble with timezone also. I am running docker container on debian 12 and am fairly new to it. My docker-compose.yaml has the following: After starting I can view the logs by docker compose logs neolink neolink | Running: /bin/sh -c /usr/local/bin/neolink "${NEO_LINK_MODE}" --config /etc/neolink.toml System date: nevil@THASRVR:/opt/docker$ date So the system date is set to AEST (Australia/Melbourne) time which is +10 Getting a bash shell in the container shows that the date time appears to be set correctly and the TZ variable is set. nevil@THASRVR:/opt/docker$ docker compose run -it neolink bash root@64b19fe89cff:/# date root@64b19fe89cff:/# echo $TZ Once the cameras come up, neolink sets the date /time as GMT. neolink | [2024-08-15T07:29:51Z WARN neolink::common::camthread] Camera_3: Camera has no time set, Updating Any ideas on what I am missing here? |
Beta Was this translation helpful? Give feedback.
-
Hi,
how can i set the correct timezone for my neolink installation?
When starting i get the following logs:
But at the time, it is not 8:47 but 10:47 instead.
Thank you very much for this piece of Software!
Beta Was this translation helpful? Give feedback.
All reactions