@@ -5626,6 +5626,7 @@ declare namespace FirebaseFirestore {
56265626 * @param part - The part to extract from the timestamp (e.g., "year", "month", "day").
56275627 * @param timezone - The timezone to use for extraction. Valid values are from
56285628 * the TZ database (e.g., "America/Los_Angeles") or in the format "Etc/GMT-1."
5629+ * Defaults to "UTC" if not specified.
56295630 * @returns A new `Expression` representing the extracted part as an integer.
56305631 */
56315632 timestampExtract (
@@ -5646,6 +5647,7 @@ declare namespace FirebaseFirestore {
56465647 * @param part - The expression evaluating to the part to extract.
56475648 * @param timezone - The timezone to use for extraction. Valid values are from
56485649 * the TZ database (e.g., "America/Los_Angeles") or in the format "Etc/GMT-1."
5650+ * Defaults to "UTC" if not specified.
56495651 * @returns A new `Expression` representing the extracted part as an integer.
56505652 */
56515653 timestampExtract (
@@ -11547,6 +11549,7 @@ declare namespace FirebaseFirestore {
1154711549 * @param part - The part to extract from the timestamp (e.g., "year", "month", "day").
1154811550 * @param timezone - The timezone to use for extraction. Valid values are from
1154911551 * the TZ database (e.g., "America/Los_Angeles") or in the format "Etc/GMT-1."
11552+ * Defaults to "UTC" if not specified.
1155011553 * @returns A new {@code Expression} representing the extracted part as an integer.
1155111554 */
1155211555 export function timestampExtract (
@@ -11569,6 +11572,7 @@ declare namespace FirebaseFirestore {
1156911572 * @param part - The expression evaluating to the part to extract.
1157011573 * @param timezone - The timezone to use for extraction. Valid values are from
1157111574 * the TZ database (e.g., "America/Los_Angeles") or in the format "Etc/GMT-1."
11575+ * Defaults to "UTC" if not specified.
1157211576 * @returns A new {@code Expression} representing the extracted part as an integer.
1157311577 */
1157411578 export function timestampExtract (
@@ -11591,6 +11595,7 @@ declare namespace FirebaseFirestore {
1159111595 * @param part - The part to extract from the timestamp (e.g., "year", "month", "day").
1159211596 * @param timezone - The timezone to use for extraction. Valid values are from
1159311597 * the TZ database (e.g., "America/Los_Angeles") or in the format "Etc/GMT-1."
11598+ * Defaults to "UTC" if not specified.
1159411599 * @returns A new {@code Expression} representing the extracted part as an integer.
1159511600 */
1159611601 export function timestampExtract (
@@ -11613,6 +11618,7 @@ declare namespace FirebaseFirestore {
1161311618 * @param part - The expression evaluating to the part to extract.
1161411619 * @param timezone - The timezone to use for extraction. Valid values are from
1161511620 * the TZ database (e.g., "America/Los_Angeles") or in the format "Etc/GMT-1."
11621+ * Defaults to "UTC" if not specified.
1161611622 * @returns A new {@code Expression} representing the extracted part as an integer.
1161711623 */
1161811624 export function timestampExtract (
0 commit comments