Page MenuHomeFreeBSD

makefs: Use gmtime() instead of localtime for timestamps
ClosedPublic

Authored by markj on May 6 2025, 3:59 PM.
Tags
None
Referenced Files
F171460065: D50198.id154954.diff
Fri, Sep 11, 5:48 AM
Unknown Object (File)
Fri, Aug 28, 1:34 PM
Unknown Object (File)
Fri, Aug 28, 1:30 PM
Unknown Object (File)
Fri, Aug 28, 12:52 PM
Unknown Object (File)
Tue, Aug 25, 2:17 PM
Unknown Object (File)
Fri, Aug 21, 1:59 PM
Unknown Object (File)
Aug 10 2026, 5:47 PM
Unknown Object (File)
Aug 5 2026, 6:30 AM
Subscribers

Details

Summary

Otherwise the output file's contents will depend on the configured time
zone.

Sponsored by: Klara, Inc.
Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj requested review of this revision.May 6 2025, 3:59 PM

I wonder if it would make sense to use gmtime_r unconditionally?

I wonder if it would make sense to use gmtime_r unconditionally?

That would probably be fine. There's no real reason to expect the resulting image to be mounted in the same time zone as the host where it was created...

Anyhow I'm fine either as is or with only gmtime_r.

This revision is now accepted and ready to land.May 6 2025, 4:49 PM