mirror of
https://github.com/WerWolv/ImHex-Patterns.git
synced 2026-04-01 21:17:43 -05:00
includes/type: Fixed time_t format function
This commit is contained in:
@@ -10,7 +10,7 @@ namespace type {
|
||||
|
||||
namespace impl {
|
||||
|
||||
fn format_time_t(time_t value) {
|
||||
fn format_time_t(u128 value) {
|
||||
return std::time::format(std::time::to_utc(value));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user