/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch | 4 Subject: [PATCH] timezone: Make shell interpreter overridable in tzselect.ksh 13 timezone/Makefile | 1 + 36 diff --git a/timezone/Makefile b/timezone/Makefile 38 --- a/timezone/Makefile 39 +++ b/timezone/Makefile
|
H A D | 0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch | 15 timezone/tzselect.ksh | 2 +- 18 diff --git a/timezone/tzselect.ksh b/timezone/tzselect.ksh 20 --- a/timezone/tzselect.ksh 21 +++ b/timezone/tzselect.ksh
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_builddashboard_page_artifacts.py | 12 from django.utils import timezone 58 now = timezone.now() 83 now = timezone.now() 85 started_on=now, completed_on=timezone.now(), 139 now = timezone.now() 141 started_on=now, completed_on=timezone.now(),
|
H A D | test_toastertable_ui.py | 14 from django.utils import timezone 59 now = timezone.now() 60 later = now + timezone.timedelta(hours=1) 61 even_later = later + timezone.timedelta(hours=1)
|
H A D | test_all_builds_page.py | 15 from django.utils import timezone 46 now = timezone.now() 124 now = timezone.now() 127 'completed_on'] = now - timezone.timedelta(days=i) 135 now = timezone.now() 138 'completed_on'] = now - timezone.timedelta(days=i) 378 today = timezone.now() 379 yestersday = today - timezone.timedelta(days=1)
|
H A D | test_project_page.py | 11 from django.utils import timezone 35 now = timezone.now()
|
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
H A D | expect-configure-c99.patch | 143 @@ -878,12 +896,13 @@ AC_MSG_CHECKING([for SV-style timezone]) 164 [extern long timezone; 165 timezone += 1; 170 AC_DEFINE(HAVE_TIMEZONE_VAR, 1, [Should we use the global timezone variable?]) 173 [extern time_t timezone; 174 timezone += 1; 179 AC_DEFINE(HAVE_TIMEZONE_VAR, 1, [Should we use the global timezone variable?])
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/ |
H A D | tablefilter.py | 10 from django.utils import dateparse, timezone 90 tz = timezone.get_default_timezone() 91 date_from = timezone.make_aware(date_from_naive, tz) 92 date_to = timezone.make_aware(date_to_naive, tz) 176 now = timezone.now()
|
/openbmc/linux/tools/testing/selftests/timers/ |
H A D | set-tz.c | 30 struct timezone tz; in set_tz() 40 struct timezone tz; in get_tz_min() 50 struct timezone tz; in get_tz_dst()
|
/openbmc/webui-vue/src/ |
H A D | main.js | 124 const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone; 125 return format(value, pattern, { timezone }); field in filter.formatDate.AnonymousClass7ba935c10301 139 const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone; 142 return format(value, pattern, { timezone }).replace('GMT', 'UTC'); field in filter.formatTime.AnonymousClass7ba935c10401
|
/openbmc/linux/arch/x86/entry/vdso/ |
H A D | vclock_gettime.c | 17 extern int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz); 20 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday() 25 int gettimeofday(struct __kernel_old_timeval *, struct timezone *)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/migrations/ |
H A D | 0010_delete_layer_source_references.py | 5 import django.utils.timezone 47 field=models.DateTimeField(default=django.utils.timezone.now, null=True), 57 field=models.DateTimeField(default=django.utils.timezone.now, null=True),
|
/openbmc/linux/drivers/rtc/ |
H A D | rtc-efi.c | 63 eft->timezone = EFI_UNSPECIFIED_TIMEZONE; in convert_to_efi_time() 211 if (eft.timezone == EFI_UNSPECIFIED_TIMEZONE) in efi_procfs() 215 seq_printf(seq, "Timezone\t: %u\n", eft.timezone); in efi_procfs() 230 if (eft.timezone == EFI_UNSPECIFIED_TIMEZONE) in efi_procfs() 234 seq_printf(seq, "Timezone\t: %u\n", alm.timezone); in efi_procfs()
|
/openbmc/webui-vue/src/components/Mixins/ |
H A D | LocalTimezoneLabelMixin.js | 6 const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone; 9 return format(new Date(), pattern, { timezone }).replace('GMT', 'UTC'); field in LocalTimezoneLabelMixin.methods.localOffset.AnonymousClassd7f923530101
|
/openbmc/openbmc/poky/meta/recipes-extended/timezone/ |
H A D | tzcode-native.bb | 1 require timezone.inc 3 SUMMARY = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
|
H A D | tzdata.bb | 1 require timezone.inc 43 # Install default timezone 47 echo ${DEFAULT_TIMEZONE} > ${D}${sysconfdir}/timezone 60 src="$D${sysconfdir}/timezone" 143 ${sysconfdir}/timezone \ 203 CONFFILES:tzdata-core = "${sysconfdir}/localtime ${sysconfdir}/timezone"
|
/openbmc/linux/arch/arm64/kernel/vdso/ |
H A D | vgettimeofday.c | 10 int __kernel_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz); 20 struct timezone *tz) in __kernel_gettimeofday()
|
/openbmc/linux/arch/loongarch/vdso/ |
H A D | vgettimeofday.c | 17 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz); 18 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
|
/openbmc/linux/arch/riscv/kernel/vdso/ |
H A D | vgettimeofday.c | 20 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz); 21 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
|
/openbmc/openbmc-tools/tof-voters/libvoters/ |
H A D | time.py | 2 from datetime import datetime, timezone 21 year, month, day, hour, minute, second, tzinfo=timezone.utc
|
/openbmc/linux/arch/csky/kernel/vdso/ |
H A D | vgettimeofday.c | 25 struct timezone *tz); 27 struct timezone *tz) in __vdso_gettimeofday()
|
/openbmc/linux/arch/mips/vdso/ |
H A D | vgettimeofday.c | 29 struct timezone *tz) in __vdso_gettimeofday() 65 struct timezone *tz) in __vdso_gettimeofday()
|
/openbmc/linux/arch/x86/um/vdso/ |
H A D | um_vdso.c | 30 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday() 41 int gettimeofday(struct __kernel_old_timeval *, struct timezone *)
|
/openbmc/linux/kernel/time/ |
H A D | time.c | 50 struct timezone sys_tz; 141 struct timezone __user *, tz) in SYSCALL_DEFINE2() 169 int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz) in do_sys_settimeofday64() 200 struct timezone __user *, tz) in SYSCALL_DEFINE2() 203 struct timezone new_tz; in SYSCALL_DEFINE2() 225 struct timezone __user *, tz) in COMPAT_SYSCALL_DEFINE2() 244 struct timezone __user *, tz) in COMPAT_SYSCALL_DEFINE2() 247 struct timezone new_tz; in COMPAT_SYSCALL_DEFINE2()
|
/openbmc/linux/arch/riscv/include/asm/vdso/ |
H A D | gettimeofday.h | 22 struct timezone *_tz) in gettimeofday_fallback() 25 register struct timezone *tz asm("a1") = _tz; in gettimeofday_fallback()
|