This file is indexed.

/usr/share/z88dk/lib/time.def is in z88dk-data 1.8.ds1-10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
lstoff

; Standard Z88	Operating	System manifests:

; The information below is defined	in Developers Notes, release 3.00
; (c) Cambridge Computer	1989

	DEFC	Gn_Gmt = $1A09		; get (read) machine time in internal format
	DEFC	Gn_Pmt = $1E09		; put (set) machine	date
	DEFC	Gn_Msc = $2009		; Miscellaneous time operations
	DEFC	Gn_Gtm = $0A09		; convert	ASCII string to internal	time	format
	DEFC	Gn_Ptm = $0C09		; convert	internal time to ASCII string
	DEFC	Gn_Sdo = $0E09		; convert	real	time	to time to elapse
	DEFC	Os_Dly = $D606		; delay a	given period
	DEFC	Gn_Gdt = $0609		; convert	ASCII string to internal	date
	DEFC	Gn_Pdt = $0809		; convert	internal date to ASCII string
	DEFC	Gn_Die = $1409		; convert	from	internal to zoned format
	DEFC	Gn_Dei = $1609		; convert	from	zoned format to internal	format
	DEFC	Gn_Gmd = $1809		; get current machine date in	internal format
	DEFC	Gn_Pmd = $1C09		; set machine date

	DEFC	Os_Ht  = $F206		; hardware time manipulation (internal OZ usage)
		DEFC	HT_RES = $01	; reset hardware timer
		DEFC	HT_RD  = $02	; read hardware timer
		DEFC	HT_MDT = $03	; read monthy/date/time address

	DEFC	Os_Ust = $78		; update small	timer (internal)

lston