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
Unknown Object (File)
Thu, Jul 3, 3:59 AM
Unknown Object (File)
Thu, Jun 26, 5:21 PM
Unknown Object (File)
Thu, Jun 26, 5:31 AM
Unknown Object (File)
Thu, Jun 26, 5:19 AM
Unknown Object (File)
Wed, Jun 25, 6:31 AM
Unknown Object (File)
Wed, Jun 25, 4:57 AM
Unknown Object (File)
Tue, Jun 24, 5:47 PM
Unknown Object (File)
Mon, Jun 23, 2:54 PM
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