Pythonでフィードから得た日時テキストをUTC形式に変換してSQLite3DBへ挿入する
成果物
変更箇所
get_news.py
... dtcnv = DateTimeString.DateTimeString() for entry in entries: # RDF形式のときpublishedがない。代わりにupdatedがある published = dtcnv.convert_utc(( entry.published if hasattr(entry, 'published') else entry.updated) ).strftime('%Y-%m-%dT%H:%M:%SZ') ...
対象環境
- Raspbierry pi 3 Model B+
- Raspbian stretch 9.0 2018-11-13 ※
- bash 4.4.12(1)-release ※
- Python 3.5.3
- SQLite 3.29.0 ※
- MeCab 0.996ユーザ辞書
$ uname -a Linux raspberrypi 4.19.42-v7+ #1218 SMP Tue May 14 00:48:17 BST 2019 armv7l GNU/Linux