Is there anyway to know the couchbase bucket creation date and time

Is there anyway we can get the creation date and time of the couchbase bucket?

Hi Viswanathan,
Thanks for using our products.
One way to get the date of bucket created is in debug log like grep ‘Created bucket’ debug.log
If you are using linux, you could grep it from /opt/couchbase/var/lib/couchbase/logs/debug.log

debug.log:[menelaus:info,2020-07-10T09:51:27.203-07:00,ns_1@cb.local:<0.20631.75>:menelaus_web_buckets:do_bucket_create:664]Created bucket “bucket1” of type: couchbase
debug.log:[ns_server:info,2020-07-10T09:51:27.552-07:00,ns_1@cb.local:ns_memcached-bucket1<0.21210.75>:ns_memcached:do_ensure_bucket:1181]Created bucket “bucket1” with config string “max_size=2260729856;dbname=/opt/couchbase/var/lib/couchbase/data/bucket1;backend=couchdb;couch_bucket=bucket1;max_vbuckets=1024;alog_path=/opt/couchbase/var/lib/couchbase/data/bucket1/access.log;data_traffic_enabled=false;max_num_workers=3;uuid=83bbe8dc53f8cba4c6ea8371c2f00e98;conflict_resolution_type=seqno;bucket_type=persistent;durability_min_level=none;item_eviction_policy=value_only;max_ttl=0;ht_locks=47;compression_mode=passive;failpartialwarmup=false”

Thanks @thuan that really helped.
As a shortcut, is there any N1QL query to know the created date and time of the bucket

@Viswanathan_Kalyanar Great suggestion. There is no shortcut for any N1QL query I am aware of but let me get back to you on this