Home
last modified time | relevance | path

Searched refs:datetime (Results 101 – 125 of 190) sorted by relevance

12345678

/openbmc/openbmc/meta-security/dynamic-layers/meta-python/recipes-devtools/python/python3-pyinotify/
H A D0001-Make-asyncore-support-optional-for-Python-3.patch21 from datetime import datetime, timedelta
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-spdx-tools_0.8.2.bb19 python3-datetime \
H A Dpython3-pytz_2024.1.bb11 python3-datetime \
H A Dpython3-pyyaml_6.0.1.bb19 python3-datetime \
H A Dpython3-pyparsing_3.1.2.bb20 python3-datetime \
H A Dpython3-git_3.1.43.bb20 python3-datetime \
H A Dpython3-jsonschema_4.21.1.bb35 python3-datetime \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-zopeinterface_6.2.bb14 RDEPENDS:${PN}:class-target += "python3-datetime"
H A Dpython3-trustme_1.1.0.bb17 python3-datetime \
H A Dpython3-yappi_1.6.0.bb18 python3-datetime \
H A Dpython3-ujson_5.9.0.bb19 python3-datetime \
H A Dpython3-pymongo_4.6.1.bb20 python3-datetime \
H A Dpython3-protobuf_4.25.3.bb20 python3-datetime \
H A Dpython3-marshmallow_3.21.1.bb32 python3-datetime \
H A Dpython3-tomli-w_1.0.0.bb31 python3-datetime \
H A Dpython3-oauthlib_3.2.2.bb22 RDEPENDS:${PN} += "python3-core python3-crypt python3-datetime python3-json python3-logging python3…
H A Dpython3-py-cpuinfo_9.0.0.bb34 RDEPENDS:${PN} += "python3-core python3-ctypes python3-datetime python3-json python3-io python3-mma…
H A Dpython3-aws-iot-device-sdk-python_1.5.2.bb31 python3-datetime \
/openbmc/linux/tools/perf/scripts/python/
H A Dexport-to-sqlite.py18 import datetime
98 print(datetime.datetime.today(), *args, sep=' ', **kw_args)
/openbmc/openbmc/poky/meta/recipes-kernel/linux/
H A Dgenerate-cve-exclusions.py9 import datetime
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py16 import datetime
271 datestr = datetime.datetime.now().strftime('%Y%m%d')
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-settings/
H A Dxfce4-settings_4.18.2.bb31 RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','xfce4-datetime-setter','',d…
/openbmc/openbmc/poky/meta/lib/oe/
H A Drecipeutils.py1025 from datetime import datetime
1041 ru['datetime'] = datetime.now()
1059 date = datetime.strptime(manual_upstream_date, "%b %d, %Y")
1061 date = datetime.now()
1068 ru['datetime'] = datetime.now()
1088 ru['datetime'] = datetime.now()
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/
H A Drt-tests_git.bb33 RDEPENDS:${PN}-ptest += " stress-ng python3 python3-multiprocessing python3-datetime python3-misc"
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlalchemy.py9 from datetime import datetime
476 if "created" in data and not isinstance(data["created"], datetime):
477 data["created"] = datetime.fromisoformat(data["created"])

12345678