Skip to content

Commit

Permalink
fix: Remove unused timezone config
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Oct 9, 2024
1 parent ea54c3d commit 35028ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config.example.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ pub const TODOIST_FILTER: &str = "today & !subtask & (!shared | assigned to:me)"

// https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv for a list of valid timezones
pub const TIMEZONE_SPEC: &str = "UTC0";
pub const TIMEZONE_OFFSET: i32 = 0;

0 comments on commit 35028ae

Please sign in to comment.