time
Here are 2,111 public repositories matching this topic...
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Nov 6, 2020 - Python
-
Updated
Nov 5, 2020
The implementation of span_range (and also interval()) is surprising to me, and is not what I would expect from a range function.
>>> start = datetime(2013, 5, 5, 12, 30)
>>> end = datetime(2013, 5, 5, 17, 15)
>>> for r in arrow.Arrow.span_range('hour', start, end):
... print(r)
...
(<Arrow [2013-05-05T12:00:0
-
Updated
Feb 1, 2019 - Swift
-
Updated
Oct 27, 2020 - 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
Sep 25, 2020 - Objective-C
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Nov 1, 2020 - PHP
-
Updated
Nov 2, 2020 - Scala
-
Updated
Aug 28, 2020 - 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.L
value:Like this other formats
LL, LLL, ...
are getting lost.Expected behavior
I want