-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding compile time to PE binaries #2177
Conversation
R2 have code to parse dates, shouldnt we store a human readable form here?
|
by leaving it in the integer format you avoid a few problems for analysts who want to use r2 for automated analysis:
If a string date is desired, i could always go back and add a second entry like TimeStamp_string with the date parsed to a string in the UTC timezone. |
yep. i would prefer to have two entries, one for humans and another for scripting i think this way it’s better for everyone :) also r2 timestamping doesnt supports timezones, it’s in the TODO, and i missed that feature a couple of times, but end up doing the time change by hand when i needed it. Would you want to do this too? The idea would be to add another config var in
|
added the string timestamp. didnt add timezone. doing a new pullreq |
Cool! squashed and picked! |
Also, time_t != long. it must be casted at least to avoid a warning. see my last commit |
No description provided.