Home
last modified time | relevance | path

Searched refs:rfc3339 (Results 1 – 25 of 1291) sorted by relevance

12345678910>>...52

/dports/devel/py-rfc3339/rfc3339-6.2/
H A Drfc3339.py193 rfc3339 = format variable
209 self.assertEqual(rfc3339(d),
238 self.assertEqual(rfc3339(d),
243 self.assertEqual(rfc3339(d),
249 self.assertEqual(rfc3339(d, utc=True),
254 self.assertEqual(rfc3339(d),
264 self.assertEqual(rfc3339(d, utc=True),
270 rfc3339(d),
278 self.assertEqual(rfc3339(d),
290 x = rfc3339(d, utc=False, use_system_timezone=True)
[all …]
H A Dsetup.py6 import rfc3339
9 version=rfc3339.__version__,
12 author=rfc3339.__author__,
15 long_description=rfc3339.__doc__,
16 license=rfc3339.__license__,
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/
H A DDateTimeToRfc3339Transformer.php54 * @param string $rfc3339 Formatted string
61 public function reverseTransform($rfc3339) argument
63 if (!\is_string($rfc3339)) {
67 if ('' === $rfc3339) {
71 …})-(\d{2})T\d{2}:\d{2}(?::\d{2})?(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))$/', $rfc3339, $matches)) {
72 … throw new TransformationFailedException(sprintf('The date "%s" is not a valid date.', $rfc3339));
76 $dateTime = new \DateTime($rfc3339);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Core/DataTransformer/
H A DDateTimeToRfc3339Transformer.php54 * @param string $rfc3339 Formatted string
61 public function reverseTransform($rfc3339) argument
63 if (!\is_string($rfc3339)) {
67 if ('' === $rfc3339) {
71 …})-(\d{2})T\d{2}:\d{2}(?::\d{2})?(?:\.\d+)?(?:Z|(?:(?:\+|-)\d{2}:\d{2}))$/', $rfc3339, $matches)) {
72 … throw new TransformationFailedException(sprintf('The date "%s" is not a valid date.', $rfc3339));
76 $dateTime = new \DateTime($rfc3339);
/dports/devel/elixir-calendar/calendar-0.17.4/test/
H A Dformatter_test.exs7 test "rfc3339 formatting" do
9 assert Format.rfc3339(time) == "2014-09-26T17:10:20-03:00"
11 assert Format.rfc3339(time) == "2014-09-26T07:00:02+02:00"
13 assert Format.rfc3339(time) == "0010-09-26T07:00:02+00:50"
16 test "rfc3339 formatting with UTC time zone" do
18 assert Format.rfc3339(time) == "2014-09-26T17:10:20Z"
20 assert Format.rfc3339(time) == "2014-09-26T07:00:02Z"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/container_repository/tags/
H A Dcache_spec.rb38 redis.set(cache_key(tag), rfc3339(10.days.ago))
73 tag.created_at = DateTime.rfc3339(3.days.ago.rfc3339)
84 .with(cache_key(tag), rfc3339(tag.created_at), ex: ttl.to_i)
96 redis.set(cache_key(tag), rfc3339(10.days.ago))
128 def rfc3339(date_time) method
131 DateTime.rfc3339(date_time.rfc3339).rfc3339
/dports/www/bolt/bolt-2.2.24/vendor/symfony/form/Symfony/Component/Form/Extension/Core/DataTransformer/
H A DDateTimeToRfc3339Transformer.php45 public function reverseTransform($rfc3339) argument
47 if (!is_string($rfc3339)) {
51 if ('' === $rfc3339) {
56 $dateTime = new \DateTime($rfc3339);
69 if (preg_match('/(\d{4})-(\d{2})-(\d{2})/', $rfc3339, $matches)) {
/dports/security/vuls/go-autorest-autorest-v0.9.3/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/security/vuls/go-autorest-logger-v0.1.0/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/security/vuls/go-autorest-tracing-v0.5.0/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/security/vuls/go-autorest-aff029487b89/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/www/gitlab-workhorse/go-autorest-79a63e70c4d8/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/www/gitlab-workhorse/go-autorest-logger-v0.2.1/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/www/gitlab-workhorse/go-autorest-b3a0b30a7423/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/www/gitlab-workhorse/go-autorest-tracing-v0.6.0/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/Azure/go-autorest/go-autorest-14.2.0/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/Azure/go-autorest/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/sysutils/chaoskube/go-autorest-4f818eac41f3/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/sysutils/chaoskube/go-autorest-tracing-v0.6.0/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/sysutils/chaoskube/go-autorest-logger-v0.2.0/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/sysutils/chaoskube/go-autorest-b3a0b30a7423/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/misc/concourse/go-autorest-autorest-v0.10.1/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/misc/concourse/go-autorest-logger-v0.1.0/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/misc/concourse/go-autorest-tracing-v0.5.0/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
/dports/misc/concourse/go-autorest-e727cfcfc902/autorest/date/
H A Dtime_test.go26 d, _ := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
32 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
57 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
83 d, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
125 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
143 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
168 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
190 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")
211 ti, err := ParseTime(rfc3339, "2001-02-03T04:05:06Z")

12345678910>>...52