Use timezones wherever possible.
Replace uses of NaiveDateTime with DateTime<Utc>. Use timezones in postman to update days correctly. Use chrono::Months to update months rather than using MySQL query.
This commit is contained in:
		@@ -1,11 +1,11 @@
 | 
			
		||||
[package]
 | 
			
		||||
name = "reminder_rs"
 | 
			
		||||
version = "1.6.8"
 | 
			
		||||
version = "1.6.9"
 | 
			
		||||
authors = ["jellywx <judesouthworth@pm.me>"]
 | 
			
		||||
edition = "2018"
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
poise = "0.3"
 | 
			
		||||
poise = "0.4"
 | 
			
		||||
dotenv = "0.15"
 | 
			
		||||
tokio = { version = "1", features = ["process", "full"] }
 | 
			
		||||
reqwest = "0.11"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user