Skip to content

Commit

Permalink
Fixed alicloud_alidns_domain failed for column 'create_timestamp' Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
ParthaI committed Dec 17, 2024
1 parent 1a4849a commit 7f4d5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alicloud/table_alicloud_alidns_domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func tableAlicloudAlidnsDomain(ctx context.Context) *plugin.Table {
Name: "create_timestamp",
Description: "The timestamp when the domain was created.",
Type: proto.ColumnType_TIMESTAMP,
Transform: transform.FromField("CreateTimestamp").Transform(transform.UnixToTimestamp),
Transform: transform.FromField("CreateTimestamp").Transform(transform.UnixMsToTimestamp),
},
{
Name: "record_count",
Expand Down

0 comments on commit 7f4d5f5

Please sign in to comment.