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 python 3.4 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32786> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com