X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/7b78a5a287827db9e9b16286f3604aef69b37c5c..70702af1370e44e32fb2c3c507e4759a187b4fe5:/fatfs/doc/en/fattime.html diff --git a/fatfs/doc/en/fattime.html b/fatfs/doc/en/fattime.html index d8c245e..42fb1c8 100644 --- a/fatfs/doc/en/fattime.html +++ b/fatfs/doc/en/fattime.html @@ -13,7 +13,7 @@

get_fattime

-

The get_fattime function gets current time.

+

The get_fattime function gets the current time.

 DWORD get_fattime (void);
 
@@ -22,7 +22,7 @@ DWORD get_fattime (void);

Return Value

-

Currnet time is returned with packed into a DWORD value. The bit field is as follows:

+

Currnet local time is returned in bit-fields packed into a DWORD value. The bit field is as follows:

bit31:25
Year origin from the 1980 (0..127)
@@ -42,13 +42,13 @@ DWORD get_fattime (void);

Description

-

The get_fattime() function shall return any valid time even if the system does not support a real time clock. If a zero is returned, the file will not have a valid timestamp.

+

The get_fattime function shall return any valid time even if the system does not support a real time clock. If a zero is returned, the file will not have a valid timestamp.

QuickInfo

-

This function is not needed when _FS_READONLY == 1.

+

This function is not needed when _FS_READONLY == 1 or _FS_NORTC == 1.