Home
last modified time | relevance | path

Searched refs:timezone (Results 51 – 75 of 126) sorted by relevance

123456

/openbmc/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_gettimeofday.c49 typedef long (*gtod_t)(struct timeval *tv, struct timezone *tz); in main()
H A Dvdso_standalone_test_x86.c102 typedef long (*gtod_t)(struct timeval *tv, struct timezone *tz); in c_main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/
H A Dpolkit-group-rule-datetime.bb1 … usergroup datetime. All members off this group are allowed set date/time/timezone via system dbus"
/openbmc/phosphor-webui/app/configuration/controllers/
H A Ddate-time-controller.js40 $scope.bmc.timezone = getUserTimezone($scope.bmc.date) + ' ' +
48 $scope.host.timezone = getUserTimezone($scope.bmc.date) + ' ' +
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_project_builds_page.py14 from django.utils import timezone
47 now = timezone.now()
H A Dtest_most_recent_builds_states.py10 from django.utils import timezone
24 now = timezone.now()
H A Dtest_builddashboard_page.py12 from django.utils import timezone
33 now = timezone.now()
H A Dtest_all_projects_page.py14 from django.utils import timezone
57 now = timezone.now()
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/
H A Dtest_profile_settings_sub_menu.robot61 [Documentation] Set default UTC timezone via GUI and verify timezone value in overview page.
/openbmc/linux/arch/powerpc/kernel/vdso/
H A Dvgettimeofday.c40 int __c_kernel_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz, in __c_kernel_gettimeofday()
/openbmc/linux/arch/s390/include/asm/vdso/
H A Dgettimeofday.h44 register struct timezone *tz) in gettimeofday_fallback()
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-pytz_2024.1.bb1 SUMMARY = "World timezone definitions, modern and historical"
/openbmc/webui-vue/src/views/ProfileSettings/
H A DProfileSettings.vue113 <b-form-group :label="$t('pageProfileSettings.timezone')">
128 timezone,
192 timezone() {
/openbmc/linux/include/linux/
H A Dtime.h9 extern struct timezone sys_tz;
/openbmc/openbmc/poky/meta/recipes-extended/diffutils/diffutils/
H A D0001-Skip-strip-trailing-cr-test-case.patch27 timezone \
/openbmc/openbmc/poky/meta/recipes-devtools/file/files/
H A Dprint_c.patch4 Subject: [PATCH] print.c: initialize timezone data for localtime_r()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py13 from django.utils import timezone
87 def datecompute(delta, start = timezone.now()):
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py37 from django.utils import timezone
407 today = timezone.localtime(timezone.now())
423 today_begin = timezone.localtime(timezone.now())
427 …context_date['last_date_from'] = request.GET.get('last_date_from',timezone.localtime(timezone.now(…
435 …context_date['dateMin_'+key]=timezone.localtime(getattr(queryset_key.first(),key)).strftime("%d/%m…
437 context_date['dateMin_'+key]=timezone.localtime(timezone.now())
439 …context_date['dateMax_'+key]=timezone.localtime(getattr(queryset_key.last(),key)).strftime("%d/%m/…
441 context_date['dateMax_'+key]=timezone.localtime(timezone.now())
1305 now = timezone.now()
H A Dwidgets.py22 from django.utils import timezone
468 now = timezone.now()
553 completed_on = timezone.localtime(build_obj.completed_on)
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Drunbuilds.py104 from django.utils import timezone
113 Q(updated__lt=timezone.now() - timedelta(seconds=30))
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/
H A D0006-resolve-restrict-keyword-conflict.patch39 struct timezone *. */
/openbmc/openbmc-test-automation/gui/lib/
H A Dgui_resource.robot134 [Documentation] Set the given timezone in profile settings page.
135 [Arguments] ${timezone}=Default
138 # timezone Timezone to select (eg. Default or Browser_offset).
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dimage-artifact-names.bbclass39 …ime.datetime.fromtimestamp(int(d.getVar("SOURCE_DATE_EPOCH")), datetime.timezone.utc).strftime('%Y…
/openbmc/linux/fs/hpfs/
H A Dhpfs_fn.h339 extern struct timezone sys_tz; in local_to_gmt()
345 extern struct timezone sys_tz; in gmt_to_local()
/openbmc/openbmc/poky/scripts/lib/build_perf/
H A Dreport.py9 from datetime import datetime, timezone
23 return dt.replace(tzinfo=timezone.utc).timestamp()

123456