import system time?

Does anyone know how to import things like the computer’s system time / micropfone activity / webcam image / … in the bge?

For more finegrained timing, you can use time.monotonic, but it will give you seconds and milliseconds rather than days and weeks.