Android Timestamps

draft

Android Timestamps

Almost all timestamps will be recorded in UTC and it is up to the tool to apply the appropriate time zone offset. These timestamps are relatively easy to handle as it doesn’t matter where the device was at the time the record was made.

  • UNIX (Number of seconds since Jan 1st 1970 UTC)
  • UNIX Millisecond (Number of milliseconds since Jan 1st 1970 UTC)
  • MAC Absolute (Number of seconds since Jan 1st 2001 UTC)
  • MAC Nanoseconds (Number of Nano-seconds since Jan 1st 2001 UTC)
  • Google Chrome (Number of Microseconds since Jan 1st 1601 UTC)
  • Unix timestamps represent the number of seconds that have elapsed since January 1, 1970 (the Unix epoch) and are widely used in many operating systems and file formats.
  • Webkit/Chrome timestamps are based on the number of microseconds since January 1, 1601, and are primarily found in browser-related data.
  • Cocoa timestamps, also known as “Mac absolute time,” that are used in macOS and iOS systems, represent the number of seconds since January 1, 2001.

Quellen:

Problems

Timestamps Bluetooth Connections




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Forensic Translation / Transcription Tools
  • Management
  • Analyse Android Samsung
  • Analyse Android Chat
  • Presentation with Latex (beamer)