Lines Matching defs:now

96     pub fn now() -> f64 {  in now()  method
533 let now = Date::now(); in test_date_now() localVariable
539 let now = Date::utc(96, 1, 2, 3, 4, 5, 0); in test_date_utc() localVariable
542 let now = Date::utc(0, 0, 0, 0, 0, 0, 0); in test_date_utc() localVariable
548 let now = Date::parse("01 Jan 1970 00:00:00 GMT"); in test_date_parse() localVariable
551 let now = Date::parse("04 Dec 1995 00:12:00 GMT"); in test_date_parse() localVariable
557 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_get_date() localVariable
563 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_get_day() localVariable
569 let now = Date::from_iso8601("August 19, 75 23:15:30"); in test_date_get_full_year() localVariable
575 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_get_hours() localVariable
581 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_get_milliseconds() localVariable
588 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_get_minutes() localVariable
594 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_get_month() localVariable
600 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_get_seconds() localVariable
606 let now = Date::from_iso8601("July 20, 69 00:20:18 GMT+00:00"); in test_date_get_time() localVariable
622 let now = Date::from_iso8601("August 19, 1975 23:15:30 GMT+11:00"); in test_date_get_utc_date() localVariable
624 let now = Date::from_iso8601("August 19, 1975 23:15:30 GMT-11:00"); in test_date_get_utc_date() localVariable
630 let now = Date::from_iso8601("August 19, 1975 23:15:30 GMT+11:00"); in test_date_get_utc_day() localVariable
632 let now = Date::from_iso8601("August 19, 1975 23:15:30 GMT-11:00"); in test_date_get_utc_day() localVariable
638 let now = Date::from_iso8601("December 31, 1975 23:15:30 GMT+11:00"); in test_date_get_utc_full_year() localVariable
640 let now = Date::from_iso8601("December 31, 1975 23:15:30 GMT-11:00"); in test_date_get_utc_full_year() localVariable
646 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_get_utc_milliseconds() localVariable
653 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_get_utc_minutes() localVariable
659 let now = Date::from_iso8601("December 31, 1975 23:15:30 GMT+11:00"); in test_date_get_utc_month() localVariable
661 let now = Date::from_iso8601("December 31, 1975 23:15:30 GMT-11:00"); in test_date_get_utc_month() localVariable
667 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_date() localVariable
674 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_full_year() localVariable
681 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_hours() localVariable
688 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_milliseconds() localVariable
695 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_minutes() localVariable
702 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_month() localVariable
709 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_seconds() localVariable
716 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_time() localVariable
723 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_utc_date() localVariable
730 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_utc_full_year() localVariable
737 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_utc_hours() localVariable
744 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_utc_milliseconds() localVariable
751 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_utc_minutes() localVariable
758 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_utc_month() localVariable
765 let now = Date::from_iso8601("August 19, 1975 23:15:30"); in test_date_set_utc_seconds() localVariable
772 let now = Date::from_datetime(1993, 6, 28, 14, 39, 7, 0); in test_date_to_date_string() localVariable
778 let now = Date::from_iso8601("05 October 2011 14:48 UTC"); in test_date_to_iso_string() localVariable
784 let now = Date::from_iso8601("August 19, 1975 23:15:30 UTC"); in test_date_to_json() localVariable
795 let now = Date::from_time(Date::utc(96, 1, 2, 3, 4, 5, 0)); in test_date_to_utc_string() localVariable
801 let now = Date::from_time(Date::utc(96, 1, 2, 3, 4, 5, 0)); in test_date_value_of() localVariable