Home
last modified time | relevance | path

Searched refs:localtime (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gthumb/gthumb/
H A D283c9483afd1215378c8b9871f51cd61770e53e7.patch4 Subject: [PATCH] migrate-catalogs: properly use time_t for localtime()
9 same as 'long', the wrong pointer is passed to localtime(), and more
18 variable which is then used for localtime(). Since 'time_t' is big at
42 - tm = localtime (&date);
43 + tm = localtime (&date_as_time);
/openbmc/openbmc/poky/meta/recipes-extended/lsb/lsb-release/
H A Dhelp2man-reproducibility.patch16 -my $date = strftime "%B %Y", localtime;
24 +my $date = strftime "%B %Y", localtime $epoch_secs;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ckermit/
H A Dckermit_302.bb63 # ckutio.c:12058:20: error: passing argument 1 of 'localtime' from incompatible pointer type [-Winc…
64 # ckufio.c:5043:32: error: passing argument 1 of 'localtime' from incompatible pointer type [-Winco…
65 # ckufio.c:5263:32: error: passing argument 1 of 'localtime' from incompatible pointer type [-Winco…
/openbmc/openbmc/meta-security/recipes-ids/ossec/
H A Dossec-hids_3.7.0.bb80 if [ -f /etc/localtime ]; then
81 cp -pL /etc/localtime ${OSSEC_DIR}/etc/;
82 chmod 555 ${OSSEC_DIR}/etc/localtime
83 chown root:${OSSEC_GID} ${OSSEC_DIR}/etc/localtime
/openbmc/linux/tools/testing/selftests/timers/
H A Dthreadtest.c163 strftime(buf, 255, "%a, %d %b %Y %T %z", localtime(&start)); in main()
176 strftime(buf, 255, "%a, %d %b %Y %T %z", localtime(&now)); in main()
/openbmc/openbmc/poky/meta/recipes-extended/timezone/
H A Dtzdata.bb49 ln -s ${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ${D}${sysconfdir}/localtime
59 etc_lt="$D${sysconfdir}/localtime"
142 ${sysconfdir}/localtime \
203 CONFFILES:tzdata-core = "${sysconfdir}/localtime ${sysconfdir}/timezone"
/openbmc/openbmc/poky/meta/recipes-extended/at/at/
H A Dposixtm.c95 tmp = localtime (&now); in year()
216 tm = localtime (&t); in posixtime()
/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/dosfstools/
H A Dsource-date-epoch.patch49 - mtime = (now != (time_t)-1) ? localtime(&now) : NULL;
65 + mtime = (now != (time_t)-1) ? localtime(&now) : NULL;
126 ctime = localtime(&create_time);
/openbmc/openbmc/meta-security/recipes-scanners/buck-security/
H A Dbuck-security_0.7.bb34 perl-module-time-localtime pinentry perl-module-pod-usage \
42 perl-module-time-localtime perl-module-file-glob\
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A Dtftp-hpa-0.39-tzfix.patch18 + p_tm = localtime(&my_time);
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dnx_dbg.h35 time_t t; struct tm *m; time(&t); m = localtime(&t); \
/openbmc/phosphor-fan-presence/
H A Dlogger.hpp95 auto tm = *std::localtime(&t); in log()
/openbmc/phosphor-fan-presence/control/json/utils/
H A Dflight_recorder.cpp83 ss << std::put_time(std::localtime(&tt), "%b %d %H:%M:%S."); in dump()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server/
H A D0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch40 - timeinfo=localtime(&rawtime);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/nvme-cli/
H A Dnvme-cli_2.11.bb37 # git/plugins/virtium/virtium-nvme.c:205:63: error: passing argument 1 of 'localtime' from incompat…
/openbmc/openbmc/poky/meta/recipes-core/udev/eudev/
H A Dinit12 export TZ=/etc/localtime
/openbmc/linux/tools/bpf/runqslower/
H A Drunqslower.c98 tm = localtime(&t); in handle_event()
/openbmc/openpower-hw-diags/util/
H A Dffdc.cpp99 std::localtime(&timeInSecs)); in sdjGetMessages()
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A Dinit14 export TZ=/etc/localtime
/openbmc/phosphor-power/phosphor-regulators/src/
H A Djournal.cpp164 struct tm* timeStruct = localtime(&secs); in getTimeStamp()
/openbmc/linux/drivers/staging/wlan-ng/
H A Dp80211metastruct.h81 struct p80211item_uint32 localtime; member
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/
H A Drt_bmark.py116 ts = time.localtime()
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/
H A Dnetdata.conf94 TZ = :@@sysconfdir/localtime
/openbmc/phosphor-fan-presence/monitor/
H A Dfan_error.cpp291 struct tm* timeStruct = localtime(&secs); in getTimeStamp()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dviews.py407 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())

123