[PREVIOUS CHAPTER] [NEXT CHAPTER]
2 Overview


Fml uses unix time internally, so fml will have no y2k problem except
for header and log files. Fml uses &GetTime as date translation, so we
should check only this function.


If you fix problems around date, hack 'sub GetTime' function. 
For example

sub GetTime
{


	...

}


[PREVIOUS CHAPTER] [NEXT CHAPTER]
Copyright (C) 1993-2001 Ken'ichi Fukamachi
All rights of this page is reserved.

# This Document(html format) is automatically geneareted by fwix.pl. 
# fwix (Formatter of WIX Language) is fml document formatter system
# designed to generate plaintext, html, texinfo and nroff from one file.