Skip to content

Commit

Permalink
Opsie, amend 4f35ff6
Browse files Browse the repository at this point in the history
  • Loading branch information
lhog committed Nov 29, 2024
1 parent 4f35ff6 commit a2dd682
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rts/System/FileSystem/FileSystemAbstraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@ unsigned int FileSystemAbstraction::GetFileModificationTime(const std::string& f
return 0;
}

auto local_field = *std::gmtime(&info.st_mtime);
local_field.tm_isdst = 1;
auto utc = std::mktime(&local_field);
auto utc_field = *std::gmtime(&utc);

return info.st_mtime;
#endif
}
Expand Down

0 comments on commit a2dd682

Please sign in to comment.