Home
last modified time | relevance | path

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

/dports/deskutils/py-todoman/todoman-4.1.0/tests/
H A Dtest_backend.py98 assert writter.normalize_datetime(date(2017, 6, 17)) == date(2017, 6, 17)
99 assert writter.normalize_datetime(datetime(2017, 6, 17)) == datetime(
102 assert writter.normalize_datetime(datetime(2017, 6, 17, 12, 19)) == datetime(
105 assert writter.normalize_datetime(
/dports/misc/orange3/orange3-3.29.1/Orange/preprocess/
H A Dnormalize.py17 normalize_datetime=False): argument
22 self.normalize_datetime = normalize_datetime
39 if not var.is_continuous or (var.is_time and not self.normalize_datetime):
H A Dpreprocess.py316 normalize_datetime=False): argument
321 self.normalize_datetime = normalize_datetime
354 normalize_datetime=self.normalize_datetime
652 normalize_datetime=False, argument
659 normalize_datetime)
/dports/textproc/py-agate-excel/agate-excel-0.2.5/agateexcel/
H A Dtable_xlsx.py99 value = normalize_datetime(value)
103 value = normalize_datetime(value)
124 def normalize_datetime(dt): function
/dports/astro/py-kosmorrolib/kosmorrolib-1.0.1/kosmorrolib/
H A Dephemerides.py28 from .dateutil import translate_to_timezone, normalize_datetime
237 rise_time = normalize_datetime(
244 culmination_time = normalize_datetime(
252 set_time = normalize_datetime(
H A Ddateutil.py43 def normalize_datetime(date: datetime) -> datetime: function
/dports/deskutils/gnome-pomodoro/gnome-pomodoro-0.20.0/src/
H A Dstats-week-page.vala38 private static GLib.DateTime normalize_datetime (GLib.DateTime datetime)
53 var now = normalize_datetime (new GLib.DateTime.now_local ());
54 var week = normalize_datetime (date);
H A Dstats-view.vala240 private GLib.DateTime? normalize_datetime (GLib.DateTime? datetime,
337 var datetime = this.normalize_datetime (value, mode);
338 var min_datetime = this.normalize_datetime (this.min_datetime, mode);
339 var max_datetime = this.normalize_datetime (this.max_datetime, mode);
/dports/deskutils/py-todoman/todoman-4.1.0/todoman/
H A Dmodel.py310 def normalize_datetime(self, dt: date) -> date: member in VtodoWriter
335 return self.normalize_datetime(value)
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Ddatetimemodule.c573 normalize_datetime(int *year, int *month, int *day, in normalize_datetime() function
2934 normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0) in tzinfo_fromutc()
2950 normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0) in tzinfo_fromutc()
4093 if (normalize_datetime(&year, &month, &day, in add_datetime_timedelta()
4458 normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0) in datetime_astimezone()
4559 stat = normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us); in datetime_utctimetuple()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Ddatetimemodule.c573 normalize_datetime(int *year, int *month, int *day, in normalize_datetime() function
2925 normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0) in tzinfo_fromutc()
2941 normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0) in tzinfo_fromutc()
4086 if (normalize_datetime(&year, &month, &day, in add_datetime_timedelta()
4451 normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0) in datetime_astimezone()
4552 stat = normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us); in datetime_utctimetuple()
/dports/lang/python27/Python-2.7.18/Modules/
H A Ddatetimemodule.c573 normalize_datetime(int *year, int *month, int *day, in normalize_datetime() function
2934 normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0) in tzinfo_fromutc()
2950 normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0) in tzinfo_fromutc()
4093 if (normalize_datetime(&year, &month, &day, in add_datetime_timedelta()
4458 normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us) < 0) in datetime_astimezone()
4559 stat = normalize_datetime(&y, &m, &d, &hh, &mm, &ss, &us); in datetime_utctimetuple()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_datetimemodule.c604 normalize_datetime(int *year, int *month, int *day, in normalize_datetime() function
5252 if (normalize_datetime(&year, &month, &day, in add_datetime_timedelta()
/dports/lang/python310/Python-3.10.1/Modules/
H A D_datetimemodule.c603 normalize_datetime(int *year, int *month, int *day, in normalize_datetime() function
5377 if (normalize_datetime(&year, &month, &day, in add_datetime_timedelta()
/dports/lang/python37/Python-3.7.12/Modules/
H A D_datetimemodule.c591 normalize_datetime(int *year, int *month, int *day, in normalize_datetime() function
5151 if (normalize_datetime(&year, &month, &day, in add_datetime_timedelta()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_datetimemodule.c604 normalize_datetime(int *year, int *month, int *day, in normalize_datetime() function
5252 if (normalize_datetime(&year, &month, &day, in add_datetime_timedelta()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_datetimemodule.c604 normalize_datetime(int *year, int *month, int *day, in normalize_datetime() function
5252 if (normalize_datetime(&year, &month, &day, in add_datetime_timedelta()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_datetimemodule.c604 normalize_datetime(int *year, int *month, int *day, in normalize_datetime() function
5252 if (normalize_datetime(&year, &month, &day, in add_datetime_timedelta()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_datetimemodule.c604 normalize_datetime(int *year, int *month, int *day, in normalize_datetime() function
5252 if (normalize_datetime(&year, &month, &day, in add_datetime_timedelta()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A D_datetimemodule.c607 normalize_datetime(int *year, int *month, int *day, in normalize_datetime() function
5381 if (normalize_datetime(&year, &month, &day, in add_datetime_timedelta()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_datetimemodule.c606 normalize_datetime(int *year, int *month, int *day, in normalize_datetime() function
5386 if (normalize_datetime(&year, &month, &day, in add_datetime_timedelta()