Home
last modified time | relevance | path

Searched refs:datetime (Results 1 – 25 of 189) sorted by relevance

12345678

/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/files/
H A Dfix-inner-dependency.patch1 It fails to compile xfce4-datetime-setter occasionally when system load is high:
3 | ../git/xfce/main.c:42:10: fatal error: cc-datetime-resources.h: No such file or directory
4 | 42 | #include "cc-datetime-resources.h"
8 Update datetime_panel_dep to make sure cc-datetime-resources.h be generated
11 Upstream-Status: Submitted [https://github.com/schnitzeltony/xfce4-datetime-setter/pull/2]
15 diff --git a/panels/datetime/meson.build b/panels/datetime/meson.build
17 --- a/panels/datetime/meson.build
18 +++ b/panels/datetime/meson.build
H A D0001-Fix-build-with-meson-0.61.patch6 Upstream-Status: Submitted [https://github.com/schnitzeltony/xfce4-datetime-setter/pull/3]
9 panels/datetime/meson.build | 1 -
12 diff --git a/panels/datetime/meson.build b/panels/datetime/meson.build
14 --- a/panels/datetime/meson.build
15 +++ b/panels/datetime/meson.build
23 output: 'xfce-datetime.desktop',
/openbmc/openbmc/poky/scripts/
H A Dbuildstats-summary10 import datetime
25 start: datetime.datetime
26 duration: datetime.timedelta
65 datetime.datetime.fromtimestamp(stats["start_time"]),
66 datetime.timedelta(seconds=int(stats.walltime)),
72 minimum = datetime.timedelta(seconds=args.shortest)
73 highlight = datetime.timedelta(seconds=args.highlight)
/openbmc/openbmc-test-automation/ffdc/plugins/
H A Ddate_time_utils.py7 from datetime import datetime
26 datetime.strptime(date, date_format).strftime(desired_format)
30 return datetime.strptime(date_str, date_format).strftime(
/openbmc/openbmc-test-automation/lib/
H A Djobs_processing.py9 import datetime
78 execution_time = datetime.datetime.now()
120 current_time = datetime.datetime.now().strftime("%H:%M:%S.%f")
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0005-fix-incorrect-timeout-while-system-time-changed.patch31 import subprocess, datetime, os, time, signal
32 - start = datetime.datetime.now()
39 - now = datetime.datetime.now()
H A D0002-run_program-support-timeout.patch24 + import subprocess, datetime, os, time, signal
25 + start = datetime.datetime.now()
31 + now = datetime.datetime.now()
/openbmc/openbmc-tools/tof-voters/libvoters/
H A Dtime.py2 from datetime import datetime, timezone
20 datetime(
/openbmc/linux/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py27 from datetime import datetime
131 …set title "{} : perf busy : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now()))
148 …set title "{} : durations : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now()))
164 …ot('set title "{} : loads : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetime.now()))
181 … g_plot('set title "{} : cpu pstate vs. sample : {:%F %H:%M}"'.format(testname, datetime.now()))
194 g_plot('set title "{} : cpu pstates : {:%F %H:%M}"'.format(testname, datetime.now()))
211 g_plot('set title "{} : cpu loads : {:%F %H:%M}"'.format(testname, datetime.now()))
225 g_plot('set title "{} : cpu frequencies : {:%F %H:%M}"'.format(testname, datetime.now()))
239 g_plot('set title "{} : cpu durations : {:%F %H:%M}"'.format(testname, datetime.now()))
253 g_plot('set title "{} : cpu scaled busy : {:%F %H:%M}"'.format(testname, datetime.now()))
[all …]
/openbmc/openbmc/poky/bitbake/doc/
H A Dconf.py18 import datetime
33 % datetime.datetime.now().year
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-dateutil_2.9.0.bb1 SUMMARY = "Extensions to the standard Python datetime module"
2 DESCRIPTION = "The dateutil module provides powerful extensions to the datetime module available in…
18 python3-datetime \
/openbmc/linux/tools/testing/kunit/
H A Dkunit_printer.py9 import datetime
26 ts = datetime.datetime.now().strftime('%H:%M:%S')
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-apps/xfce4-datetime-setter/
H A Dxfce4-datetime-setter_3.32.2.bb1 DESCRIPTION = "A fork of (early) gnome-control-center datetime panel for XFCE. \
3 HOMEPAGE = "https://github.com/schnitzeltony/xfce4-datetime-setter"
9 SRC_URI = "git://github.com/schnitzeltony/xfce4-datetime-setter.git;protocol=https;branch=master \
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py17 from datetime import datetime, timedelta
75 unix_epoch = datetime.utcfromtimestamp(0)
79 if isinstance(obj, datetime):
125 self.stream.write(datetime.now().strftime("[%Y-%m-%d %H:%M:%S] "))
130 self.start_time = datetime.utcnow()
134 self.elapsed_time = datetime.utcnow() - self.start_time
287 self.start_time = datetime.now()
289 self.elapsed_time = datetime.now() - self.start_time
313 start_time = datetime.now()
315 etime = datetime.now() - start_time
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-artifact-names.bbclass38 import datetime
39 ….setVar("IMAGE_VERSION_SUFFIX", "-" + datetime.datetime.fromtimestamp(int(d.getVar("SOURCE_DATE_EP…
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dlogin.py12 from datetime import datetime
100datetime.timestamp(datetime.now()), \
H A Dltp_compliance.py9 import datetime
32 timestamp = datetime.datetime.now().strftime('%Y%m%d%H%M%S')
/openbmc/linux/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py22 from datetime import datetime
76 …et title "{} : frequency : CPU {:0>3} : {:%F %H:%M}"'.format(test_name, cpu_index, datetime.now()))
92 …title "{} : cpu des perf : CPU {:0>3} : {:%F %H:%M}"'.format(test_name, cpu_index, datetime.now()))
108 …set title "{} : cpu load : CPU {:0>3} : {:%F %H:%M}"'.format(test_name, cpu_index, datetime.now()))
120 g_plot('set title "{} : cpu frequencies : {:%F %H:%M}"'.format(test_name, datetime.now()))
134 g_plot('set title "{} : cpu des perf : {:%F %H:%M}"'.format(test_name, datetime.now()))
149 g_plot('set title "{} : cpu load : {:%F %H:%M}"'.format(test_name, datetime.now()))
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbuildhistory.py9 import datetime
25 …tmp_bh_dir = os.path.join(self.builddir, "tmp_buildhistory_%s" % datetime.datetime.now().strftime(…
/openbmc/openbmc/poky/documentation/
H A Dconf.py17 import datetime
50 copyright = '2010-%s, The Linux Foundation, CC-BY-SA-2.0-UK license' % datetime.datetime.now().year
/openbmc/openbmc-test-automation/tools/ct_metrics/
H A Dgen_csv_results.py10 import datetime
320 l_timestamp = datetime.datetime.utcnow().strftime("%Y-%m-%d-%H-%M-%S")
395 l_str = datetime.datetime.strptime(xml_datetime, "%Y%m%d %H:%M:%S.%f")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/
H A D50-org.freedesktop.timedate1.rules1 /* give group 'datetime' rights to change settings */
5 if (action.id.indexOf("org.freedesktop.timedate1.") == 0 && subject.isInGroup("datetime")) {
/openbmc/bmcweb/redfish-core/src/utils/
H A Dtime_utils.cpp15 std::optional<usSinceEpoch> dateStringToEpoch(std::string_view datetime) in dateStringToEpoch() argument
21 std::istringstream iss(std::string{datetime}); in dateStringToEpoch()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/
H A Dpolkit-group-rule-datetime.bb1 DESCRIPTION = "Create usergroup datetime. All members off this group are allowed set date/time/time…
14 GROUPADD_PARAM:${PN} = "--system datetime"
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dexport.py13 import datetime
63 …default_name = "%s-%s.tar.gz" % (default_arcname_prefix, datetime.datetime.now().strftime('%Y%m%d%…

12345678