commit | ba23c378c54470923c5dc33f8daff8598da8e2be | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Apr 09 22:06:07 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 17 17:06:06 2024 -0600 |
tree | 18c0d6bd773ca5269c7631053e0bfe5613cedfca | |
parent | 3c1bc9f15c18149a26fbd7f604f76f949a29bc7d [diff] |
fs: fat: fill creation and change date The FAT specification requires that the change date is set. If a DM RTC device exists, set the creation and change date to the current date when updating the directory entry. Otherwise use the date 2020-01-01. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>