std › time.Instant › is_posixis_posixSourceImplementation#const is_posix = switch (builtin.os.tag) { .windows, .uefi, .wasi => false, else => true, }