]> git.r.bdr.sh - rbdr/mobius/commit - hotline/flattened_file_object.go
Add partial support for file create/modify timestamps
authorJeff Halter <redacted>
Thu, 26 May 2022 00:44:55 +0000 (17:44 -0700)
committerJeff Halter <redacted>
Thu, 26 May 2022 02:51:33 +0000 (19:51 -0700)
commit29f329aedcdcf4e07a6dc3d9161439dd35ecfe11
tree9bc21e1e3ff6412f85af23fef7a885bafec8fe1e
parentc62f0b470f0ce33d5f52897f2cae7fd355f04b80
Add partial support for file create/modify timestamps

This replaces hardcoded placeholder create/modify timestamps with the real times, mostly.  Create time is OS specific, so for now I'm ignoring it at using the modify time as a stand-in.
hotline/flattened_file_object.go
hotline/flattened_file_object_test.go
hotline/time.go [new file with mode: 0644]
hotline/transaction_handlers_test.go