Home
last modified time | relevance | path

Searched refs:DAY_RELATIVE (Results 1 – 1 of 1) sorted by relevance

/haiku/src/tests/system/libroot/os/
H A DParseDateTest.cpp16 #define DAY_RELATIVE PARSEDATE_RELATIVE_TIME macro
56 {1248739200, "last tuesday", DAY_RELATIVE, true, true}, in main()
57 {1249430400, "today", DAY_RELATIVE, true, true}, in main()
58 {1249948800, "next tuesday", DAY_RELATIVE, true, true}, in main()
59 {1249344000, "tuesday", DAY_RELATIVE, true, true}, in main()
70 {1249873200, "next monday 3:00", DAY_RELATIVE, true, true}, in main()
71 {1249533720, "thursday 4:42", DAY_RELATIVE, true, true}, in main()
72 {1249533740, "thursday +4:42:20", DAY_RELATIVE, true, true}, in main()
73 {1249533720, "this thursday 4:42", DAY_RELATIVE, true, true}, in main()
75 {1250640000, "2 weeks", DAY_RELATIVE, true, true}, in main()
[all …]