FireSTARR
Loading...
Searching...
No Matches
TimeUtil.h
1/* Copyright (c) Queen's Printer for Ontario, 2020. */
2/* Copyright (c) His Majesty the King in Right of Canada as represented by the Minister of Natural Resources, 2024-2025. */
3
4/* SPDX-License-Identifier: AGPL-3.0-or-later */
5
6#pragma once
7namespace fs::util
8{
13void fix_tm(tm* t);
14}