There are a total of 2 posts.
Published 十一月 14, 2025 by whitedec
Django的時間管理魔法 - 'django.utils.timezone' 完美指南
詳細介紹 Django 中用於時區管理的核心模塊 django.utils.timezone 的指南。包括 UTC 儲存、本地轉換、Naive/Aware 差異、make_aware 的使用方法等實際例子。
Published 十一月 10, 2025 by whitedec
在Django中正確使用datetime和timezone
這是一份有關在Django和Python中安全處理datetime和timezone的方法指南,提供了naive/aware,ISO8601,timestamp等核心概念和實際範例。