Learn how to set or change the timezone on CentOS Stream 10 using timedatectl:
wiki.crowncloud.net?How_To_Chang...
#LinuxTimezone #SystemTime #TimeSync #LinuxAdmin #CentOS10 #SysAdmin #DevOps #ServerManagement #OpenSource #ServerConfig
Learn how to set or change the timezone on CentOS Stream 10 using timedatectl:
wiki.crowncloud.net?How_To_Chang...
#LinuxTimezone #SystemTime #TimeSync #LinuxAdmin #CentOS10 #SysAdmin #DevOps #ServerManagement #OpenSource #ServerConfig
year/month/day/hour/minute/second/milliseconds
year/month/day/hour/minute/second/milliseconds
In stat.h was thinking ah nice lots if timestamps but two seem to be the same, modify and change, maybe one should be "create".
struct Stat {
Type type;
usize size;
SystemTime accessTime;
SystemTime modifyTime;
SystemTime changeTime;
In stat.h was thinking ah nice lots if timestamps but two seem to be the same, modify and change, maybe one should be "create".
struct Stat {
Type type;
usize size;
SystemTime accessTime;
SystemTime modifyTime;
SystemTime changeTime;
We need extra 19 years!
💡 No UTC in 1582 yet: we can make use of Local Time.
Use SystemTimeZoneInformation to set Timezone Bias: ±68 years (±2³¹ s), 60s grain.
Enjoy your weekend 😺
We need extra 19 years!
💡 No UTC in 1582 yet: we can make use of Local Time.
Use SystemTimeZoneInformation to set Timezone Bias: ±68 years (±2³¹ s), 60s grain.
Enjoy your weekend 😺
it probably makes sense in a lot of fields to just make something "good enough", but in general I'm tired of software Not Working, and am doing my best to make software that Works.
it probably makes sense in a lot of fields to just make something "good enough", but in general I'm tired of software Not Working, and am doing my best to make software that Works.