time
Here are 1,863 public repositories matching this topic...
parseISO v2 documentation currently states
The previous
parseimplementation was renamed toparseISO.
parse v2 documentation currently states
Old
parsewas renamed totoDate. Now parse is a new function which parses a string using a provided format.
I think considering the sentence is to divert people who have previously been using v1 parse to the correct v2 equivalent, it only
- I have marked all applicable categories:
- exception-raising bug
- [ x] visual output bug
- documentation request (i.e. "X is missing from the documentation." If instead I want to ask "how to use X?" I understand [StackOverflow#tqdm] is more appropriate)
- new feature request
- [ x] I have visited the [source website], and in particular
read the [known iss
-
Updated
Apr 29, 2020
Thank you for your work on pickadate!
As far as I can tell, pickadate works nicely with jQuery's slim build; if that is in fact the case (and long-term intent), it might be worth mentioning that.
Feature Request
Pendulum has a nice feature that allows you to make a function call on a Pendulum object to automatically get a pre-formatted, c
Parsing token 'x' according to documentation it should parse to microseconds timestamp but it parses to milliseconds timestamp. Not sure what was intended here but there is a discrepancy.
code:
_TOKENS = ( ... "x": lambda dt: "{:d}".format(dt.int_timestamp * 1000 + dt.microsecond // 1000)
I personally don't like the format that toLocaleString() returns (24/10/2019 2:36:56).
It would be nice if there was an option to pass its options like dateStyle: 'long', timeStyle: 'short', etc.
e.g.
$.timeago.settings.LocaleFormat = {dateStyle: 'medium', timeStyle: 'short', hour12: true};
// $(this).attr("title", date.toLocaleString(undefined, $t.settings.LocaleFormat));
``
-
Updated
Feb 1, 2019 - Swift
Clarify description
The description says:
A gem providing "time travel", "time freezing", and "time acceleration" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.
But actually it provides a way to stub, not to mock.
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.
USE_AUTOLOAD=0 is set if USE_SYSTEM_TZ_DB is true and USE_AUTOLOAD=1 otherwise. What is it for? I can't see anything that it is attached to. Is it to do with CURL?
Perhaps some documentation (in README or inline comments) on this and HAS_REMOTE_API would be useful?
feature pretty print
It would be nice if we could pretty print a range. For instance :
"on April 1st between 10:45 and 11:45"
"between April 1st and April 3rd"
"between April 1st at 9:00 and April 3rd at 18:00"
"on April 1st at 10:45 for 1 hour"
Not sure what the API would be though.
If customer should leave some note for special request, should be important to see it in calendar or at least see it on preview. Now you can only see it if you try to modify appointment.
add a min() and max() property that shortcuts generating a list of events if possible.
If the Python Object model had a __min__() and __max__() this would be easier, but a min and max method is still better.
How it would work:
If the instance has a _dtstart or _until return those values instead of iterating and expanding the entire set of data.
This would be a massive speedup.
The textual information does match with the screenshot mentioned in the page:
https://kamon.io/docs/latest/guides/installation/setting-up-the-agent/#in-a-nutshell
The test refers to kanela jar whereas the screenshot refers to aspectjweaver
While there are some issues/PRs (#243, #284, etc.) relating to wasm, there is no specific section in documentation properly detailing steps to use it with something like wasm-pack.
For now (v0.4.10), the following code fails to compile:
extern crate wasm_bindgen;
use wasm_bindgen::prelude::*;
use chrono::{NaiveDate};
#[wasm_bindgen]
pub struct Request {
date: NaiveDatMany people coming to this library were previously using MomentJS and Luxon. And in those libraries, it's very common to utilize moment().startOf("day"). I think it would be great to have some kind of documentation to help those coming from MomentJS or Luxon to quickly be able to utilize the correct API method.
I've done my best to document what I believe the options are in [this StackOverflo
-
Updated
May 23, 2020 - PHP
I think there is an error on the Caveats Gotchas Wiki Page:
TrueTimeRx.initializeNtp("time.google.com") should be TrueTimeRx.build().initializeNtp("time.google.com") as initializeNtp is non-static and should be called upon the instance.
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 bug
In IE, when the dayjs object is generated by Date object, the formatted string of milli seconds show '000' always.
Please see this JSFiddle.
(https://jsfiddle.net/7jrdo1bz/)
It seems be correct behavior when dayjs object is generated by unix milliseconds.
(like: dayjs(1575441029123))
Expected behavior
Show correct milli seconds.
Information