[ENG] STEEM Security update - added power down alert

by joviansummer original STEEMIT post: https://steemit.com/blog/@joviansummer/eng-steem-security-update-added-power-down-alert STEEM Security - receive STEEM alert messages via Discord Hello, this is @joviansummer(witness: @jswit). STEEM Security code has been revised. Previously, STEEM Security was sending alert message via discord for the following 3 kinds of operations: sending STEEM/SBD to another account changing SP delegation account update Now, power down operation has been added. If there is a power down operation, you will also receive alert message. Please check the original post of the above link for detailed information on how to use the service. Thank you for reading, and have a wonderful day! @joviansummer's STEEM projects @jswit witness: I'm running a STEEM witness node. I'd really appreciate it if you vote for my witness account @jswit. ( https://steemitwallet.com/~witnesses ) [ENG] Introducing @jswit witness project @jsup curation: [ENG] Int...

파이썬 pytz.timezone()에서 사용 가능한 시간대 목록

by joviansummer
original STEEMIT post: https://steemit.com/blog/@joviansummer/pytz-timezone


우선 파이썬에서의 시간대(timezone) 정보 관련 이전 게시물은 아래의 링크입니다.

파이썬에서 시간대(timezone) 변경 https://steemit.com/hive-141029/@joviansummer/timezone

파이선 pytz 모듈에서 사용 가능한 시간대 명칭의 목록은 pytz.all_timezones에 리스트(list)로 저장되어 있습니다.

import pytz
# 시간대 목록 전체 확인 
pytz.all_timezones
# 첫번째 항목 확인
pytz.all_timezones[0]

또는 위키피디아에서 확인할 수 있습니다. 아래의 링크 입니다.

list of tz database time zones https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

시간대 정보 목록에서 "TZ database name" 항목을 보면 됩니다.

대표적인 시간대 몇개를 적어 둡니다.

UTC/GMT: UTC 서울: Asia/Seoul 도쿄: Asia/Tokyo 싱가포르: Asia/Singapore 미국 서부(LA 등): US/Pacific 미국 동부(뉴욕, 워싱턴DC 등): US/Eastern 런던: Europe/London 파리: Europe/Paris

Comments

Popular posts from this blog

[ENG] jsup 2.0 - make your upvote great again

jsup/avle 보팅 코드 갱신 - 1일1포스팅 강박에서 벗어나기

Nuitka - 파이썬 스크립트를 바이너리 실행 파일로 변환