Skip to content

Commit

Permalink
migrating to yazi v0.4.0 sxyazi/yazi#1772
Browse files Browse the repository at this point in the history
  • Loading branch information
wekauwau committed Dec 22, 2024
1 parent 8f567b0 commit fe72113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ local function setup(_, options)
function Yatline.coloreds.get:created_time()
local h = hovered()
local created_time = {}
local time = " C: " .. os.date("%Y-%m-%d %H:%M", h.cha.created // 1) .. " "
local time = " C: " .. os.date("%Y-%m-%d %H:%M", h.cha.btime // 1) .. " "

table.insert(created_time, { time, config.created_time_color })
return created_time
Expand Down

0 comments on commit fe72113

Please sign in to comment.