Lines Matching defs:date

8     let date = Date::new(&"August 19, 1975 23:15:30".into());  in get_date()  localVariable
14 let date = Date::new(&"August 19, 1975 23:15:30".into()); in get_day() localVariable
20 let date = Date::new(&"July 20, 1969 00:20:18".into()); in get_full_year() localVariable
29 let date = Date::new(&"March 13, 08 04:20".into()); in get_hours() localVariable
35 let date = Date::new(&"1995-12-17T09:24:00Z".into()); in get_milliseconds() localVariable
44 let date = Date::new(&"March 13, 08 04:20".into()); in get_minutes() localVariable
51 let date = Date::new(&"July 20, 69 00:20:18".into()); in get_month() localVariable
58 let date = Date::new(&"July 20, 69 00:20:18".into()); in get_seconds() localVariable
65 let date = Date::new(&"July 20, 69 00:20:18 GMT+00:00".into()); in get_time() localVariable
113 let date = Date::new(&"2018-01-02T03:04:05.678Z".into()); in get_utc_milliseconds() localVariable
136 let date = Date::new(&"July 20, 1969, 20:18:04 UTC".into()); in get_utc_seconds() localVariable
216 let date = Date::parse("04 Dec 1995 00:12:00 GMT"); in parse() localVariable
444 let date = Date::new(&"05 October 2011 14:48 UTC".into()); in to_date_string() localVariable
450 let date = Date::new(&"05 October 2011 14:48 UTC".into()); in to_iso_string() localVariable
459 let date = Date::new(&"August 19, 1975 23:15:30 UTC".into()); in to_json() localVariable
466 let date = Date::new(&"August 19, 1975 23:15:30 UTC".into()); in to_locale_date_string() localVariable
473 let date = Date::new(&"August 19, 1975 23:15:30 UTC".into()); in to_locale_string() localVariable
480 let date = Date::new(&"August 19, 1975 23:15:30".into()); in to_locale_time_string() localVariable
489 let date = Date::new(&"August 19, 1975 23:15:30".into()); in to_string() localVariable
496 let date = Date::new(&"August 19, 1975 23:15:30".into()); in to_time_string() localVariable
503 let date = Date::new(&"14 Jun 2017 00:00:00 PDT".into()); in to_utc_string() localVariable
515 let date = Date::new(&Date::utc(2018f64, 6f64).into()); in value_of() localVariable
521 let date = Date::new(&"August 19, 1975 23:15:30".into()); in date_inheritance() localVariable