Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3797 Lượt xem

Hi,

when i print my report i get always the time wrong (-1 hour) , and i don't know how to solve this problem .

i have this function in my code :

def _interpolation_dict(self):
        t = time.localtime() # Actually, the server is always in UTC.
        return {
            'year': time.strftime('%Y', t),
            'month': time.strftime('%m', t),
            'day': time.strftime('%d', t),
            'y': time.strftime('%y', t),
            'doy': time.strftime('%j', t),
            'woy': time.strftime('%W', t),
            'weekday': time.strftime('%w', t),
            'h24': time.strftime('%H', t),
            'h12': time.strftime('%I', t),
            'min': time.strftime('%M', t),
            'sec': time.strftime('%S', t),
        }


 

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
3
thg 1 21
21504
3
thg 3 24
4309
0
thg 10 16
3748
1
thg 6 22
2092
2
thg 3 22
8577