The Ren'Py Reference Manual: (offline | online)

renpy.clear_game_runtime

Example

# Clear the game runtime timer, so it doesn't reflect time spent
# sitting at the main menu.
$ renpy.clear_game_runtime()
The Ren'Py Reference Manual: (offline | online)