Replace internal storage of OWLDate and OWLTime from "struct tm" to "time_t", that should improve performance of IS subscribers dealing with timestamps of IS object (original "time_t" was converted to "struct tm" and then back to "time_t")
Security Notice: GitLab has uncovered a widespread malicious npm supply-chain attack that potentially can destroy user data. All teams are required to audit packages. Further information can be found under the Computer Security Report for November 2025 and the original blog post in https://about.gitlab.com/blog/gitlab-discovers-widespread-npm-supply-chain-attack/
Replace internal storage of OWLDate and OWLTime from "struct tm" to "time_t", that should improve performance of IS subscribers dealing with timestamps of IS object (original "time_t" was converted to "struct tm" and then back to "time_t")