diff --git a/includes/type/time.pat b/includes/type/time.pat index 82684bf..967fac6 100644 --- a/includes/type/time.pat +++ b/includes/type/time.pat @@ -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)); };