time
Here are 2,349 public repositories matching this topic...
-
Updated
Apr 18, 2021 - JavaScript
-
Updated
Apr 13, 2021
Issue Description
Arrow does not seem to perform validation on timestamps for unusual formats where the information conflicts.
The following code snippet runs just fine:
>>> arrow.get("2021-01-30 14:00:00 AM", "YYYY-MM-DD hh:mm:ss A")
<Arrow [2021-01-30T14:00:00+00:00]>
First of all, since hh is documented to go to a maximum value of 12, I expect arrow to raise an err
-
Updated
Feb 1, 2019 - Swift
-
Updated
Apr 17, 2021 - C++
-
Updated
Sep 25, 2020 - Objective-C
Examples: iOS App
I'd like an /Examples folder with some simple iOS apps showing how to use Time.
The first one that comes to mind is a basic iOS app using a UICollectionView to build a month calendar view.
Carthage supports
Tests
-
Updated
Apr 16, 2021 - PHP
-
Updated
Feb 25, 2021 - JavaScript
-
Updated
Apr 16, 2021 - Scala
-
Updated
Apr 7, 2021 - PHP
Improve this page
Add a description, image, and links to the time topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the time topic, visit your repo's landing page and select "manage topics."
Describe the enhancement
While using the UpdateLocale Plugin, it isn't possible to just update one single value in a nested value.
For example I just want to update the
format.Lvalue:Like this other formats
LL, LLL, ...are getting lost.Expected behavior
I want