Skip to content

Commit

Permalink
docs: Update docs for FileTime::to_dos_date_time
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Sep 29, 2024
1 parent 4b1ad83 commit 4dacb13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/file_time/dos_date_time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ impl FileTime {
/// as this `FileTime`. This date and time is used as the timestamp such as
/// [FAT], [exFAT] or [ZIP] file format.
///
/// This method returns a `(date, time, resolution, offset)` tuple.
/// This method returns a `(date, time, resolution, offset)` tuple if the
/// result is [`Ok`].
///
/// `date` and `time` represents the local date and time. This date and time
/// has no notion of time zone. The resolution of MS-DOS date and time is 2
Expand Down

0 comments on commit 4dacb13

Please sign in to comment.