mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 08:43:10 +00:00
8520daf28b
and running fbt format, and fixing TOTP printf format
6 lines
149 B
C
6 lines
149 B
C
#pragma once
|
|
|
|
#include <inttypes.h>
|
|
|
|
int32_t timezone_offset_from_hours(float hours);
|
|
uint64_t timezone_offset_apply(uint64_t time, int32_t offset);
|