/openbmc/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_test_gettimeofday.c | 49 typedef long (*gtod_t)(struct timeval *tv, struct timezone *tz); in main()
|
H A D | vdso_standalone_test_x86.c | 102 typedef long (*gtod_t)(struct timeval *tv, struct timezone *tz); in c_main()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/ |
H A D | polkit-group-rule-datetime.bb | 1 … usergroup datetime. All members off this group are allowed set date/time/timezone via system dbus"
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | date-time-controller.js | 40 $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 D | test_project_builds_page.py | 14 from django.utils import timezone 47 now = timezone.now()
|
H A D | test_most_recent_builds_states.py | 10 from django.utils import timezone 24 now = timezone.now()
|
H A D | test_builddashboard_page.py | 12 from django.utils import timezone 33 now = timezone.now()
|
H A D | test_all_projects_page.py | 14 from django.utils import timezone 57 now = timezone.now()
|
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/ |
H A D | test_profile_settings_sub_menu.robot | 61 [Documentation] Set default UTC timezone via GUI and verify timezone value in overview page.
|
/openbmc/linux/arch/powerpc/kernel/vdso/ |
H A D | vgettimeofday.c | 40 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 D | gettimeofday.h | 44 register struct timezone *tz) in gettimeofday_fallback()
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-pytz_2024.1.bb | 1 SUMMARY = "World timezone definitions, modern and historical"
|
/openbmc/webui-vue/src/views/ProfileSettings/ |
H A D | ProfileSettings.vue | 113 <b-form-group :label="$t('pageProfileSettings.timezone')"> 128 timezone, 192 timezone() {
|
/openbmc/linux/include/linux/ |
H A D | time.h | 9 extern struct timezone sys_tz;
|
/openbmc/openbmc/poky/meta/recipes-extended/diffutils/diffutils/ |
H A D | 0001-Skip-strip-trailing-cr-test-case.patch | 27 timezone \
|
/openbmc/openbmc/poky/meta/recipes-devtools/file/files/ |
H A D | print_c.patch | 4 Subject: [PATCH] print.c: initialize timezone data for localtime_r()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/ |
H A D | projecttags.py | 13 from django.utils import timezone 87 def datecompute(delta, start = timezone.now()):
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | views.py | 37 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 D | widgets.py | 22 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 D | runbuilds.py | 104 from django.utils import timezone 113 Q(updated__lt=timezone.now() - timedelta(seconds=30))
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/ |
H A D | 0006-resolve-restrict-keyword-conflict.patch | 39 struct timezone *. */
|
/openbmc/openbmc-test-automation/gui/lib/ |
H A D | gui_resource.robot | 134 [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 D | image-artifact-names.bbclass | 39 …ime.datetime.fromtimestamp(int(d.getVar("SOURCE_DATE_EPOCH")), datetime.timezone.utc).strftime('%Y…
|
/openbmc/linux/fs/hpfs/ |
H A D | hpfs_fn.h | 339 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 D | report.py | 9 from datetime import datetime, timezone 23 return dt.replace(tzinfo=timezone.utc).timestamp()
|