[issue32786] Didnot work strftime() when hangeul in format sting

2018-02-07 Thread Myungseo Kang
Myungseo Kang <l3opo...@gmail.com> added the comment: It works correctly in python 3.6 I think this problem is occured only python 3.4 First, I changed this code like below. ``` '{0:%Y}년 {0:%-m}월 {0:%-d}일'.format(proposal.hold_end_date) ``` But I wonder why doesn't work in only pyth

[issue32786] Didnot work strftime() when hangeul in format sting

2018-02-06 Thread Myungseo Kang
New submission from Myungseo Kang <l3opo...@gmail.com>: Good morning. I have a question while writing Python code in Django. I got empty string when I ran code in a screenshot. But it works in python interprerter(python manage.py shell). I don't know why it works or didn't work. I think