Changes between Version 1 and Version 2 of Meeting20170225


Ignore:
Timestamp:
Jan 17, 2017, 8:20:53 AM (7 years ago)
Author:
Neil
Comment:

Fix date script

Legend:

Unmodified
Added
Removed
Modified
  • Meeting20170225

    v1 v2  
    1717To be decided, but probably early April
    1818
    19 {{{
    20 python3 -c "import datetime as D ; print(D.date(2017, 2, 25) + D.timedelta(weeks=6))"
    21 }}}
     19```python3 -c "import datetime as D ; print(D.date(2017, 2, 25) + D.timedelta(weeks=6))"```
    2220