Home
last modified time | relevance | path

Searched refs:timezone (Results 1 – 25 of 133) sorted by relevance

123456

/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0019-timezone-Make-shell-interpreter-overridable-in-tzsel.patch4 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 D0020-tzselect.ksh-Use-bin-sh-default-shell-interpreter.patch15 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 Dtest_builddashboard_page_artifacts.py12 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 Dtest_toastertable_ui.py14 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 Dtest_all_builds_page.py15 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 Dtest_project_page.py11 from django.utils import timezone
35 now = timezone.now()
/openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/
H A Dexpect-configure-c99.patch143 @@ -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 Dtablefilter.py10 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 Dset-tz.c30 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 Dmain.js124 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 Dvclock_gettime.c17 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 D0010_delete_layer_source_references.py5 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 Drtc-efi.c63 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 DLocalTimezoneLabelMixin.js6 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 Dtzcode-native.bb1 require timezone.inc
3 SUMMARY = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
H A Dtzdata.bb1 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 Dvgettimeofday.c10 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 Dvgettimeofday.c17 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 Dvgettimeofday.c20 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 Dtime.py2 from datetime import datetime, timezone
21 year, month, day, hour, minute, second, tzinfo=timezone.utc
/openbmc/linux/arch/csky/kernel/vdso/
H A Dvgettimeofday.c25 struct timezone *tz);
27 struct timezone *tz) in __vdso_gettimeofday()
/openbmc/linux/arch/mips/vdso/
H A Dvgettimeofday.c29 struct timezone *tz) in __vdso_gettimeofday()
65 struct timezone *tz) in __vdso_gettimeofday()
/openbmc/linux/arch/x86/um/vdso/
H A Dum_vdso.c30 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 Dtime.c50 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 Dgettimeofday.h22 struct timezone *_tz) in gettimeofday_fallback()
25 register struct timezone *tz asm("a1") = _tz; in gettimeofday_fallback()

123456