openai icon indicating copy to clipboard operation
openai copied to clipboard

fixed createdAt type

Open alanextar opened this issue 9 months ago • 0 comments

Here noted that created at has format of unix timestamp in seconds Also to convert DateTimeOffset to unit time seconds C# uses long type(see ToUnixTimeSeconds). So it seems to be better to use long instead of int for CreatedAt property

alanextar avatar May 23 '24 04:05 alanextar