mirror of
https://github.com/Xevion/time-banner.git
synced 2025-12-10 02:08:51 -06:00
feat: enhance duration parsing and error handling, add utility functions
This commit is contained in:
4
build.rs
4
build.rs
@@ -152,10 +152,6 @@ fn generate_timezone_map() -> Result<(), BuildError> {
|
||||
Some((abbreviation, offset)) => {
|
||||
builder.entry(abbreviation.clone(), offset.to_string());
|
||||
processed_count += 1;
|
||||
// println!(
|
||||
// "cargo:warning=Processed timezone: {} -> {} seconds",
|
||||
// abbreviation, offset
|
||||
// );
|
||||
}
|
||||
None => {
|
||||
skipped_count += 1;
|
||||
|
||||
Reference in New Issue
Block a user