mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-26 09:14:58 +01:00
minidump_dump test is timezone-dependent (#15). r=bryner
- Use gmtime (UTC) instead of localtime for human-readable presentation of (MDRawHeader).time_date_stamp. git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@15 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
7f686d1953
commit
8d2f465c8a
2 changed files with 2 additions and 2 deletions
2
src/processor/testdata/minidump1.out
vendored
2
src/processor/testdata/minidump1.out
vendored
|
|
@ -4,7 +4,7 @@ MDRawHeader
|
|||
stream_count = 8
|
||||
stream_directory_rva = 0x20
|
||||
checksum = 0x0
|
||||
time_date_stamp = 0x44172f15 2006-03-14 16:01:09
|
||||
time_date_stamp = 0x44172f15 2006-03-14 21:01:09
|
||||
flags = 0x0
|
||||
mDirectory[0]
|
||||
MDRawDirectory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue