STEEM POWER retention ratio of top 50 witnesses

by joviansummer original STEEMIT post: https://steemit.com/blog/@joviansummer/steem-power-retention-ratio-of-top-50-witnesses Hello, this is @joviansummer(witness: @jswit). Some time ago there was a bit of discussion on discord witness chanel about witnesses' power-down/cashing-out. So out of curiosity I just checked current ratio of witnesses' own STEEM POWER(VESTS) and all-time producer reward(VESTS). The ratio is calculated by the following simple formula: ratio(%) = account's own SP(MV) / all-time producer reward SP(MV) * 100% Ratio value less than 100% indicates power-down. If witness does additional power-up or gets other types of reward(e.g., curation reward), the ratio may exceed 100%. This does not take witness' other accounts into consideration. All-time producer reward data is from @steemchiller's SDS API. Here is the result: rank account own_sp prod_sp ratio 1 justyy 2188.411MV 1284.2MV 170.41% 2 steemchiller 982.134MV 124...

파이썬 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

스티미언의 영향력 지수 계산

jsup/avle code update - you don't have to write post everyday

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