[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `SystemClock` class is a default clock implementation that implements the `IClock` interface."],["It provides access to the current date and time, both in local time (`Now`) and UTC (`UtcNow`)."],["This class inherits from `object` and includes standard inherited members like `Equals`, `GetHashCode`, and `ToString`."],["The `SystemClock` has a default instance that can be accessed via `Default` property, useful when you need a simple, consistent clock implementation."],["The `SystemClock` namespace is `Google.Apis.Util` and found in the `Google.Apis.Core.dll` assembly."]]],[]]