Home
last modified time | relevance | path

Searched refs:timestamp_to_datetime (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/erlang-jobs/jobs-0.7.2/doc/
H A Djobs_lib.md12 …/a></td><td></td></tr><tr><td valign="top"><a href="#timestamp_to_datetime-1">timestamp_to_datetim…
31 <a name="timestamp_to_datetime-1"></a>
33 ### timestamp_to_datetime/1 ###
35 `timestamp_to_datetime(TS) -> any()`
H A Djobs_server.md41 …/a></td><td></td></tr><tr><td valign="top"><a href="#timestamp_to_datetime-1">timestamp_to_datetim…
287 <a name="timestamp_to_datetime-1"></a>
289 ### timestamp_to_datetime/1 ###
291 `timestamp_to_datetime(TS) -> any()`
H A Djobs.md293 (see [`jobs_lib:timestamp_to_datetime/1`](jobs_lib.md#timestamp_to_datetime-1)), and `Item` is what…
/dports/security/py-itsdangerous/itsdangerous-2.0.1/src/itsdangerous/
H A Dtimed.py39 def timestamp_to_datetime(self, ts: int) -> datetime: member in TimestampSigner
127 ts_dt = self.timestamp_to_datetime(ts_int)
144 date_signed=self.timestamp_to_datetime(ts_int),
151 date_signed=self.timestamp_to_datetime(ts_int),
155 return value, self.timestamp_to_datetime(ts_int)
/dports/www/moodle310/moodle/calendar/
H A Dexport_execute.php221 $ev->add_property('last-modified', Bennu::timestamp_to_datetime($event->timemodified));
227 $ev->add_property('dtstamp', Bennu::timestamp_to_datetime()); // now
230 …$ev->add_property('dtstart', Bennu::timestamp_to_datetime($event->timestart)); // when event start…
231 …$ev->add_property('dtend', Bennu::timestamp_to_datetime($event->timestart + $event->timeduration));
235 $ev->add_property('dtstart', Bennu::timestamp_to_datetime($event->timestart));
236 $ev->add_property('dtend', Bennu::timestamp_to_datetime($event->timestart));
/dports/www/moodle311/moodle/calendar/
H A Dexport_execute.php221 $ev->add_property('last-modified', Bennu::timestamp_to_datetime($event->timemodified));
227 $ev->add_property('dtstamp', Bennu::timestamp_to_datetime()); // now
230 …$ev->add_property('dtstart', Bennu::timestamp_to_datetime($event->timestart)); // when event start…
231 …$ev->add_property('dtend', Bennu::timestamp_to_datetime($event->timestart + $event->timeduration));
235 $ev->add_property('dtstart', Bennu::timestamp_to_datetime($event->timestart));
236 $ev->add_property('dtend', Bennu::timestamp_to_datetime($event->timestart));
/dports/www/moodle39/moodle/calendar/
H A Dexport_execute.php221 $ev->add_property('last-modified', Bennu::timestamp_to_datetime($event->timemodified));
227 $ev->add_property('dtstamp', Bennu::timestamp_to_datetime()); // now
230 …$ev->add_property('dtstart', Bennu::timestamp_to_datetime($event->timestart)); // when event start…
231 …$ev->add_property('dtend', Bennu::timestamp_to_datetime($event->timestart + $event->timeduration));
235 $ev->add_property('dtstart', Bennu::timestamp_to_datetime($event->timestart));
236 $ev->add_property('dtend', Bennu::timestamp_to_datetime($event->timestart));
/dports/devel/erlang-jobs/jobs-0.7.2/src/
H A Djobs_lib.erl23 timestamp_to_datetime/1,
32 timestamp_to_datetime(TS) -> function
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/itsdangerous/
H A Dtimed.py30 def timestamp_to_datetime(self, ts): member in TimestampSigner
94 date_signed=self.timestamp_to_datetime(timestamp),
98 return value, self.timestamp_to_datetime(timestamp)
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/sentry-types-0.23.0/src/
H A Dutils.rs13 pub fn timestamp_to_datetime(ts: f64) -> LocalResult<DateTime<Utc>> { in timestamp_to_datetime() function
24 use super::timestamp_to_datetime;
60 match timestamp_to_datetime(value) { in visit_f64()
H A Dauth.rs12 use crate::utils::{datetime_to_timestamp, timestamp_to_datetime};
66 .and_then(|ts| timestamp_to_datetime(ts).single()) in from_pairs()
/dports/security/silktools/silk-3.19.1/src/rwscan/
H A Drwscan_db.c76 timestamp_to_datetime(stimestr, rec->stime); in write_scan_record()
77 timestamp_to_datetime(etimestr, rec->etime); in write_scan_record()
145 timestamp_to_datetime( in timestamp_to_datetime() function
H A Drwscan_db.h37 timestamp_to_datetime(
/dports/dns/dnsviz/dnsviz-0.9.2/dnsviz/
H A Dformat.py80 def timestamp_to_datetime(timestamp, tz=utc): function
87 return timestamp_to_datetime(str_to_timestamp(s), tz)
102 return datetime_to_str(timestamp_to_datetime(timestamp))
/dports/www/p5-Net-Trac/Net-Trac-0.16/lib/Net/Trac/
H A DTicket.pm102 sub created { my $self= shift; $self->timestamp_to_datetime($self->time) }
103 sub last_modified { my $self= shift; $self->timestamp_to_datetime($self->changetime) }
111 sub timestamp_to_datetime { subroutine
H A DTicketAttachment.pm136 $self->date( Net::Trac::Ticket->timestamp_to_datetime($scalar_date) );
/dports/deskutils/phpicalendar/phpicalendar-2.4/lib/bennu/
H A Dbennu.class.php17 function timestamp_to_datetime($t = NULL) { function in Bennu
/dports/www/moodle310/moodle/lib/bennu/
H A Dbennu.class.php16 static function timestamp_to_datetime($t = NULL) { function in Bennu
/dports/www/moodle39/moodle/lib/bennu/
H A Dbennu.class.php16 static function timestamp_to_datetime($t = NULL) { function in Bennu
/dports/www/moodle311/moodle/lib/bennu/
H A Dbennu.class.php16 static function timestamp_to_datetime($t = NULL) { function in Bennu
/dports/dns/dnsviz/dnsviz-0.9.2/dnsviz/analysis/
H A Dstatus.py274 …s.InceptionInFuture(inception=fmt.timestamp_to_datetime(self.rrsig.inception), reference_time=fmt.
276 …tionWithinClockSkew(inception=fmt.timestamp_to_datetime(self.rrsig.inception), reference_time=fmt.
281 ….ExpirationInPast(expiration=fmt.timestamp_to_datetime(self.rrsig.expiration), reference_time=fmt.
283 …piration(expiration=fmt.timestamp_to_datetime(self.rrsig.expiration), rrsig_ttl=min_ttl, reference…
285 …onWithinClockSkew(expiration=fmt.timestamp_to_datetime(self.rrsig.expiration), reference_time=fmt.
336 …eption'] += ' (%s)' % (fmt.format_diff(fmt.timestamp_to_datetime(self.reference_ts), fmt.timestamp…
337 …ration'] += ' (%s)' % (fmt.format_diff(fmt.timestamp_to_datetime(self.reference_ts), fmt.timestamp…
/dports/devel/py-Faker/Faker-0.8.15/faker/providers/date_time/
H A D__init__.py28 def timestamp_to_datetime(timestamp, tzinfo): function
1710 dt = timestamp_to_datetime(datapoint, tzinfo)
/dports/finance/electrum/Electrum-4.1.5/electrum/
H A Dexchange_rate.py667 from .util import timestamp_to_datetime
668 date = timestamp_to_datetime(timestamp)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/itsdangerous/
H A Ditsdangerous.pyi77 def timestamp_to_datetime(self, ts: float) -> datetime: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/third_party/2and3/
H A Ditsdangerous.pyi74 def timestamp_to_datetime(self, ts: float) -> datetime: ...

12