| Group: | Handling of time |
| Topic: | Generating timepoints |
| See also: | settime settimegran settimezero getnow |
| Function: | getlocalnow | |
| Description: | getlocalnow returns the actual date and time with correction for the time zone, daylight savings and so on. The corrections are machine dependend. |
| Usage: | t = getlocalnow() | |
t = getlocalnow() dayofmonth(t)+"."+month(t)+"."+year(t)
returns the actual date in the (german) format dd.mm.yyyy
| Group: | Handling of time |
| Topic: | Generating timepoints |
| See also: | settime settimegran settimezero getnow |