-
**Date/Datetime formats**
* when `--infer-date` is enabled, `format` should be set to the format used
* for all Date/Datetime columns, on the last pass right before displaying results, it will chec…
-
``` java
public class FastjsonTest {
public static void main(String[] args) {
String text = "{\"value\":1.1}";
V0 v1 = JSON.parseObject(text, V0.class);
System.out.pri…
-
```
---- What steps will reproduce the problem? -------
var dateParser = new
goog.i18n.DateTimeParse(goog.i18n.DateTimeFormat.Format.MEDIUM_DATE);
if (dateParser.strictParse("Feb 31, 2012") > 0)
a…
-
```
---- What steps will reproduce the problem? -------
var dateParser = new
goog.i18n.DateTimeParse(goog.i18n.DateTimeFormat.Format.MEDIUM_DATE);
if (dateParser.strictParse("Feb 31, 2012") > 0)
a…
-
```
---- What steps will reproduce the problem? -------
var dateParser = new
goog.i18n.DateTimeParse(goog.i18n.DateTimeFormat.Format.MEDIUM_DATE);
if (dateParser.strictParse("Feb 31, 2012") > 0)
a…
-
Hi, I have found out that a date expressed as `dd.mm.` is incorrectly interpreted as a time.
In Czech, we use the dot `.` to separate days, months and years. We use the double dot `:` to separate …
-
I was thinking about how to improve the "debugging" process when weird things happen...
And I realized that it could be really useful to add an option to "see" what happens behind the scenes. It co…
-
**Describe the bug**
close price on last candle stick is always wrong when using get_historical_klines
eg. currently 10.14 UTC
kline time stamp - 10.10UTC
get klines close price - 2119.81000000…
-
```
DateParser doesn't handle all allowable ISO 8601 dateTime formats.
E.g. a parse exception is thrown when attempting to parse a valid ISO8601
dateTime such as '2009-11-23T13:29:24.604-05:00'.
See…
-
```
---- What steps will reproduce the problem? -------
var dateParser = new
goog.i18n.DateTimeParse(goog.i18n.DateTimeFormat.Format.MEDIUM_DATE);
if (dateParser.strictParse("Feb 31, 2012") > 0)
a…