General Description of function:
given a time in Perl localtime format, it produces a human readable form for output.
Given input
Given:
- $ts?
Returns results
Returns:
- Month_name day, year
Uses variables
Uses:
- $sec?
- $min?
- $hour?
- $mday?
- $mon?
- $year?
Flow of Control of function:
Subtleties in code
Global variables:
- $TimeZoneOffset?
- Typical Contents :
- Default value :
- General kind of contents :
Special terms to describe function's actions
Notes/Observations?:
Questions:
Fixes to bugs in code:
fixed code
Suggestions to improve code:
suggested code
Sample output from function:
actual output
Internationalisation:
I have modified the code for german Dateformat by hand, see my page
RalphGLindner.
How can we realize a regional adapted dateformat within local adaptions?