File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -503,6 +503,7 @@ import pytz
503
503
< DTa> = DT .fromtimestamp(< real> , < tz> ) # Aware DT from seconds since Epoch in tz time.
504
504
```
505
505
* ** On Unix systems Epoch is ` '1970-01-01 00:00 UTC' ` , ` '1970-01-01 01:00 CET' ` , ...**
506
+ * ** ISO strings come in following forms: ` 'YYYY-MM-DD' ` , ` 'HH:MM:SS.ffffff[+<offset>]' ` or both separated by ` 'T' ` .
506
507
507
508
### Decode
508
509
``` python
@@ -512,11 +513,6 @@ import pytz
512
513
< float > = < DT > .timestamp() # Seconds since Epoch in local time or tz if set.
513
514
```
514
515
515
- ### ISO
516
- * ** Date: ` 'YYYY-MM-DD' ` **
517
- * ** Time: ` 'HH:MM:SS.ffffff[+<offset>]' ` **
518
- * ** Datetime: ` 'YYYY-MM-DDTHH:MM:SS.ffffff[+<offset>]' ` **
519
-
520
516
### Format
521
517
``` python
522
518
>> > dt = datetime.strptime(' 2015-05-14 23:39:00' , ' %Y-%m-%d %H:%M:%S' )
You can’t perform that action at this time.
0 commit comments