mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-08 03:44:19 +00:00
This fixes the issue where after a from DST to non-DST, the timstamp was not incremented by a full day. As the ts was then truncated to day precision, this would create a never ending loop. Example, incrementing 2022-10-30 00:00:00 by days(1) would result in 2022-10-30 23:00:00, trucated to day precision would result in 2022-10-30 00:00:00. If the date (30) is the same after incrementing by days(1), we increment by days(2), which in the above example results in 2022-10-31 23:00:00, truncated to day precision results in 2022-10-31 00:00:00 which is the desired result.
ChirpStack open-source LoRaWAN Network Server
ChirpStack is an open-source LoRaWAN Network Server, part of the ChirpStack project.
This repository contains the source-code of ChirpStack v4, which merges the ChirpStack Application Server (v3) and ChirpStack Network Server (v3) into a single binary, making it easier to setup and use.
Documentation
Please refer to the ChirpStack website for documentation.
License
ChirpStack Network Server is distributed under the MIT license. See also LICENSE.
Languages
Rust
85.5%
TypeScript
14.1%
Makefile
0.2%