Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Field types affected by export controls

Different field types are affected differently by export controls.

The following table describes how different field types are affected by export controls.

Field typeDisplay valueRaw value
Date/TimeCSV: User timezone date/time with user format.CSV: UTC timezone date/time with system format.
Excel/XLSX: User timezone date/time with user format if glide.excel.use_user_date_format set, otherwise system format.Excel/XLSX: UTC timezone date/time with user format if glide.excel.use_user_date_format set, otherwise system format.
DateDate with user format.Date with system format.
Excel/XLSX: Date with user format if glide.excel.use_user_date_format set, otherwise system format.Excel/XLSX: Date with user format if glide.excel.use_user_date_format set, otherwise system format.
TimeCSV: Time with user format.CSV: UTC time, assuming 1970-01-01 as the date with system format.
Excel/XLSX: User timezone time with user format if glide.excel.use_user_date_format set, otherwise system format.Excel/XLSX: UTC time, assuming 1970-01-01 as the date with user format if glide.excel.use_user_date_format set, otherwise system format.
ReferencesDisplay value of the referenced record.Sys_id of the referenced record.
ChoiceLabel of the selected choice.Value of the selected choice.
CurrencyValue with the currency symbol.USD value without the currency symbol.
Price (calculated)Value with the currency symbol.USD value without the currency symbol.
Price (fixed)Value with the currency symbol.USD value without the currency symbol.

Parent Topic:Data export reference