Laufzeit-Eingabe und Zonenzustand korrigieren und Change archivieren
This commit is contained in:
10
tests/compat/timezonefallback.bas
Normal file
10
tests/compat/timezonefallback.bas
Normal file
@@ -0,0 +1,10 @@
|
||||
' tb-screen: 80x25
|
||||
' tb-tz: unknown
|
||||
' Expliziter UTC-Rueckfall bleibt auch mit programmeigenem Versatz sichtbar.
|
||||
PRINT TIMEZONEKNOWN
|
||||
DATE$ = "03-15-1992"
|
||||
TIME$ = "13:45:30"
|
||||
PRINT TIMEZONEKNOWN
|
||||
PRINT DATE$; " "; TIME$
|
||||
PRINT YEAR(NOW); HOUR(NOW); INT(TIMER)
|
||||
END
|
||||
Reference in New Issue
Block a user