aboutsummaryrefslogtreecommitdiffstats
path: root/travis/test/time.asm
blob: 63ea32c821c4c537590e530425be872cb7017add (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; Not automatically testable because it is not constant
;
; FIXME: Need to adjust code and all this macros for
; --reproducible NASM option.
;
	db __DATE__, 13, 10
	db __TIME__, 13, 10
	db __UTC_DATE__, 13, 10
	db __UTC_TIME__, 13, 10

	align 4
	dd __DATE_NUM__
	dd __TIME_NUM__
	dd __UTC_DATE_NUM__
	dd __UTC_TIME_NUM__
	dd __POSIX_TIME__