diff options
author | saturneric <[email protected]> | 2024-02-26 11:55:50 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-02-26 11:55:50 +0000 |
commit | 17b37d58534c1577be6fdfccc3ad6168d11cc5e4 (patch) | |
tree | 658a59a517fbcb464e8a6eb5ff04d9a4996d0b34 /src/core/utils/LocalizedUtils.h | |
parent | fix: improve icons and logo style (diff) | |
download | GpgFrontend-17b37d58534c1577be6fdfccc3ad6168d11cc5e4.tar.gz GpgFrontend-17b37d58534c1577be6fdfccc3ad6168d11cc5e4.zip |
fix: show the real UTC datetime
Diffstat (limited to 'src/core/utils/LocalizedUtils.h')
-rw-r--r-- | src/core/utils/LocalizedUtils.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/utils/LocalizedUtils.h b/src/core/utils/LocalizedUtils.h index d7aaf0c8..b93b500c 100644 --- a/src/core/utils/LocalizedUtils.h +++ b/src/core/utils/LocalizedUtils.h @@ -30,6 +30,8 @@ namespace GpgFrontend { -auto GPGFRONTEND_CORE_EXPORT GetFormatedDateByTimestamp(time_t) -> QString; +auto GPGFRONTEND_CORE_EXPORT GetLocalizedDateByTimestamp(time_t) -> QString; -}
\ No newline at end of file +auto GPGFRONTEND_CORE_EXPORT GetUTCDateByTimestamp(time_t) -> QString; + +} // namespace GpgFrontend
\ No newline at end of file |