Convert aware datetime to different timezone with pytz Get link Facebook X Pinterest Email Other Apps May 28, 2014 As simple as this: localized_dt = aware_dt.astimezone( timezone ( 'Europe/Amsterdam' )) See http://pytz.sourceforge.net/ Read more
Bootstrap accordion with multiple panels expanded Get link Facebook X Pinterest Email Other Apps May 09, 2014 To avoid other panels collapsing if you open a panel on a Bootstrap accordion, just don't use data-parent anywhere. See http://stackoverflow.com/questions/15696365/twitter-bootstrap-collapse-plugin-how-to-enable-multiple-groups-to-be-opened Read more