Searched defs:today (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/
H A DIFWIStitch.bat30 for /f "tokens=1" %%i in ("%date%") do set today=%%i variable
33 set IFWI_Suffix=%today%_%hour:~0,2%%time:~3,2%
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
H A DDates.py25 # The Dates module also supplies function today(), which returns the
172 def today(): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Ddatetimemodule.c597 * using) just happens today to effectively ignore the nitems argument
2351 /* Note well: today() is a class method, so this may not call
2355 * date.today() could get away with plain C time().
2586 int today = ymd_to_ord(year, GET_MONTH(self), GET_DAY(self)); local
2590 week = divmod(today - week1_monday, 7, &day);
2594 week = divmod(today - week1_monday, 7, &day);
2596 else if (week >= 52 && today >= iso_week1_monday(year + 1)) {
2723 {"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Ddatetimemodule.c597 * using) just happens today to effectively ignore the nitems argument
2351 /* Note well: today() is a class method, so this may not call
2355 * date.today() could get away with plain C time().
2586 int today = ymd_to_ord(year, GET_MONTH(self), GET_DAY(self)); local
2590 week = divmod(today - week1_monday, 7, &day);
2594 week = divmod(today - week1_monday, 7, &day);
2596 else if (week >= 52 && today >= iso_week1_monday(year + 1)) {
2723 {"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS,

Completed in 982 milliseconds