Changes between Initial Version and Version 1 of Ticket #30989


Ignore:
Timestamp:
Nov 15, 2019, 4:09:14 PM (5 years ago)
Author:
Baptiste Mispelon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30989 – Description

    initial v1  
    11Since the first public commit, Django has reserved the `B` time format but raising a `NotImplementedError` when trying to use it.
    2 According to the docstring, it's supposed to be for the [Swatch Internet Time](https://en.wikipedia.org/wiki/Swatch_Internet_Time).
     2According to the docstring, it's supposed to be for the [https://en.wikipedia.org/wiki/Swatch_Internet_Time Swatch Internet Time].
    33
    4 I've personally never heard of this format and I'm not sure how useful it is, but I suspect this was done to copy [PHP's date function](https://www.php.net/manual/en/function.date.php) and its formats.
     4I've personally never heard of this format and I'm not sure how useful it is, but I suspect this was done to copy [https://www.php.net/manual/en/function.date.php PHP's date function] and its formats.
    55
    66I'm attaching a pull request that implements the format (I think).
Back to Top